CHTTPManager Class Reference
class CHTTPManager : public CBase
|
A singleton manager for
HTTP
Client. The purpose of this class is to ensure that only a single instance of a string pool is used throughout
HTTP
- necessary to ensure that string comparisons in requests and responses succeed. The singleton pattern is achieved by caching a pointer to the manager object in DLL's Thread-Local Storage.
Constructor & Destructor Documentation
CHTTPManager()
CHTTPManager
|
(
|
)
|
[private, inline]
|
~CHTTPManager()
~CHTTPManager
|
(
|
)
|
[private]
|
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
CreateOrFindL()
Creates the object, or returns a pointer to the existing singleton. Note that the manager has a reference count; calls to this must be matched with a call to
Release()
Release()
Decrements the reference count, and deletes if it is 0. (opposite of
CreateOrFindL()
)
Member Data Documentation
TUint
iUseCount
TUint
|
iUseCount
|
[private]
|
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.