class MUpnpHttpServerTransactionCreator |
MUpnpHttpServerTransactionCreator is an interface for creation of CUpnpHttpServerTransaction based class instance.
This method is invoked whenever http request related to file transfer arrives to http server.
Public Member Functions | |
---|---|
void | NewTransactionL (const TDesC8 &, const TDesC8 &, const TInetAddr &, CUpnpHttpServerTransaction *&) |
void | NewTransactionL | ( | const TDesC8 & | aMethod, |
const TDesC8 & | aUri, | |||
const TInetAddr & | aSender, | |||
CUpnpHttpServerTransaction *& | aTrans | |||
) | [pure virtual] |
Create a new transaction object. The object ownership is transferred to an invoker.
const TDesC8 & aMethod | Http message method ( GET, HEAD or POST ) |
const TDesC8 & aUri | Http message request uri |
const TInetAddr & aSender | |
CUpnpHttpServerTransaction *& aTrans | Returns newly created transaction object |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.