CHttpUploader Class Reference
| class CHttpUploader : public CHttpTransferBase |
This class handles the queue of the uploaded files and array of workers.
httptransfer.lib
- Since
- S60 v3.2
| Inherited Functions |
|---|
| | CActive::CActive(TInt) |
| | CActive::Cancel() |
| | CActive::Deque() |
| | CActive::Extension_(TUint,TAny *&,TAny *) |
| | CActive::IsActive()const |
| | CActive::IsAdded()const |
| | CActive::Priority()const |
| | CActive::SetActive() |
| | CActive::SetPriority(TInt) |
| | CActive::~CActive() |
| | CBase::CBase() |
| | CBase::Delete(CBase *) |
| | CBase::operator new(TUint) |
| | CBase::operator new(TUint,TAny *) |
| | CBase::operator new(TUint,TLeave) |
| | CBase::operator new(TUint,TLeave,TUint) |
| | CBase::operator new(TUint,TUint) |
| | CBase::~CBase() |
| | CHttpTransferBase::ActivateNewTransferRequest() |
| | CHttpTransferBase::CHttpTransferBase() |
| | CHttpTransferBase::CancelAll() |
| | CHttpTransferBase::CancelTransfer(TAny *) |
| | CHttpTransferBase::CreateAndQueueHttpFileL(const TDesC8 &,const RFile &,TAny *) |
| | CHttpTransferBase::CreateAndQueueHttpFileL(const TDesC8 &,const TDesC &,TAny *) |
| | CHttpTransferBase::DoCancel() |
| | CHttpTransferBase::GetPropertyL(TAny *,THttpPropertyType) |
| | CHttpTransferBase::InsertFileIntoWaitQueueL(TAny *,const RFile &,const TDesC8 &) |
| | CHttpTransferBase::InsertFileIntoWaitQueueL(TAny *,const TDesC &,const TDesC8 &) |
| | CHttpTransferBase::MoveToTransferQueueL(TAny *) |
| | CHttpTransferBase::NextFile() |
| | CHttpTransferBase::ProcessNextFileL() |
| | CHttpTransferBase::RunError(TInt) |
| | CHttpTransferBase::RunL() |
| | CHttpTransferBase::SetHeaderL(TAny *,const TDesC8 &,const TDesC8 &) |
| | CHttpTransferBase::SetPropertyL(TAny *,THttpPropertyType,const TDesC &) |
| | CHttpTransferBase::StartTransferL(TAny *) |
| | CHttpTransferBase::TrackProgress(TAny *,TBool) |
| | CHttpTransferBase::WorkerCompleted() |
| | CHttpTransferBase::~CHttpTransferBase() |
Constructor & Destructor Documentation
CHttpUploader(MHttpTransferObserver &, TUint, TUint, TUint)
~CHttpUploader()
| ~CHttpUploader | ( | ) | [virtual] |
Member Functions Documentation
ConstructL()
| void | ConstructL | ( | ) | [private] |
NewL(MHttpTransferObserver &, TUint, TUint, TUint)
NewLC(MHttpTransferObserver &, TUint, TUint, TUint)
UploadFileL(const TDesC8 &, const TDesC &, TAny *)
| IMPORT_C void | UploadFileL | ( | const TDesC8 & | aUri, |
| | const TDesC & | aTargetPath, |
| | TAny * | aKey |
| | ) | |
Method for uploading the file. Creates and enqueues the file
Parameters
| const TDesC8 & aUri | Uri of the downloaded object |
| const TDesC & aTargetPath | Local path of the object |
| TAny * aKey | Identifier of the 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.