PTLib
Version 2.18.8
|
This object describes the connectiono associated with a HyperText Transport Protocol request. More...
#include <http.h>
Public Member Functions | |
PHTTPConnectionInfo () | |
PHTTP::Commands | GetCommandCode () const |
const PString & | GetCommandName () const |
const PURL & | GetURL () const |
const PMIMEInfo & | GetMIME () const |
void | SetMIME (const PString &tag, const PString &value) |
PBoolean | IsCompatible (int major, int minor) const |
bool | IsPersistent () const |
bool | WasPersistent () const |
bool | IsProxyConnection () const |
int | GetMajorVersion () const |
int | GetMinorVersion () const |
long | GetEntityBodyLength () const |
void | DisablePersistence () |
Do not persist. More... | |
PTimeInterval | GetPersistenceTimeout () const |
Get the maximum time a persistent connection may persist. More... | |
void | SetPersistenceTimeout (const PTimeInterval &t) |
Set the maximum time a persistent connection may persist. More... | |
unsigned | GetPersistenceMaximumTransations () const |
Get the maximum number of transations (GET/POST etc) for persistent connection. More... | |
void | SetPersistenceMaximumTransations (unsigned m) |
Set the maximum number of transations (GET/POST etc) for persistent connection. More... | |
const PMultiPartList & | GetMultipartFormInfo () const |
void | ResetMultipartFormInfo () |
PString | GetEntityBody () const |
bool | IsWebSocket () const |
void | ClearWebSocket () |
![]() | |
__inline unsigned | GetTraceContextIdentifier () const |
Get PTRACE context identifier. More... | |
__inline void | SetTraceContextIdentifier (unsigned id) |
__inline void | SetTraceContextIdentifier (const PObject &obj) |
__inline void | SetTraceContextIdentifier (const PObject *obj) |
__inline void | CopyTraceContextIdentifier (PObject &obj) const |
__inline void | CopyTraceContextIdentifier (PObject *obj) const |
virtual | ~PObject () |
__inline const char * | GetClass () const |
__inline bool | IsClass (const char *name) const |
__inline const PObject * | PTraceObjectInstance () const |
virtual PObject * | Clone () const |
Create a copy of the class on the heap. More... | |
template<class CLS > | |
CLS * | CloneAs () const |
As for Clone() but converts to specified type. More... | |
virtual PINDEX | HashFunction () const |
This function yields a hash value required by the PDictionary class. More... | |
virtual Comparison | Compare (const PObject &obj) const |
Compare the two objects and return their relative rank. More... | |
virtual Comparison | CompareObjectMemoryDirect (const PObject &obj) const |
Determine the byte wise comparison of two objects. More... | |
bool | operator== (const PObject &obj) const |
Compare the two objects. More... | |
bool | operator!= (const PObject &obj) const |
Compare the two objects. More... | |
bool | operator< (const PObject &obj) const |
Compare the two objects. More... | |
bool | operator> (const PObject &obj) const |
Compare the two objects. More... | |
bool | operator<= (const PObject &obj) const |
Compare the two objects. More... | |
bool | operator>= (const PObject &obj) const |
Compare the two objects. More... | |
virtual void | PrintOn (ostream &strm) const |
Output the contents of the object to the stream. More... | |
virtual void | ReadFrom (istream &strm) |
Input the contents of the object from the stream. More... | |
Protected Member Functions | |
PBoolean | Initialise (PHTTPServer &server, PString &args) |
bool | DecodeMultipartFormInfo () |
![]() | |
PObject () | |
Constructor for PObject, made protected so cannot ever create one on its own. More... | |
Protected Attributes | |
PHTTP::Commands | commandCode |
PString | commandName |
PURL | url |
PMIMEInfo | mimeInfo |
bool | isPersistent |
bool | wasPersistent |
bool | isProxyConnection |
bool | m_isWebSocket |
int | majorVersion |
int | minorVersion |
PString | entityBody |
long | entityBodyLength |
unsigned | persistenceSeconds |
unsigned | persistenceMaximum |
PMultiPartList | m_multipartFormInfo |
![]() | |
unsigned | m_traceContextIdentifier |
Additional Inherited Members | |
![]() | |
enum | Comparison { LessThan = -1, EqualTo = 0, GreaterThan = 1 } |
Result of the comparison operation performed by the Compare() function. More... | |
![]() | |
static __inline void | CopyTraceContextIdentifier (PObject &to, const PObject &from) |
static __inline void | CopyTraceContextIdentifier (PObject &to, const PObject *from) |
static __inline void | CopyTraceContextIdentifier (PObject *to, const PObject &from) |
static __inline void | CopyTraceContextIdentifier (PObject *to, const PObject *from) |
static __inline const char * | Class () |
static __inline const PObject * | PTraceObjectInstance (const char *) |
static __inline const PObject * | PTraceObjectInstance (const PObject *obj) |
template<typename T > | |
static Comparison | Compare2 (T v1, T v2) |
Compare two types, returning Comparison type. More... | |
static Comparison | InternalCompareObjectMemoryDirect (const PObject *obj1, const PObject *obj2, PINDEX size) |
Internal function caled from CompareObjectMemoryDirect() More... | |
This object describes the connectiono associated with a HyperText Transport Protocol request.
This information is required by handler functions on PHTTPResource
descendant classes to manage the connection correctly.
PHTTPConnectionInfo::PHTTPConnectionInfo | ( | ) |
|
inline |
References m_isWebSocket.
|
inlineprotected |
References PMIMEInfo::DecodeMultiPartList(), entityBody, m_multipartFormInfo, and mimeInfo.
|
inline |
Do not persist.
References isPersistent.
|
inline |
References commandCode.
|
inline |
References commandName.
|
inline |
References entityBody.
|
inline |
References entityBodyLength.
|
inline |
References majorVersion.
|
inline |
References minorVersion.
|
inline |
References m_multipartFormInfo.
|
inline |
Get the maximum number of transations (GET/POST etc) for persistent connection.
If this is zero then there is no maximum.
References persistenceMaximum.
|
inline |
Get the maximum time a persistent connection may persist.
References persistenceSeconds.
|
protected |
PBoolean PHTTPConnectionInfo::IsCompatible | ( | int | major, |
int | minor | ||
) | const |
|
inline |
References isPersistent.
|
inline |
References isProxyConnection.
|
inline |
References m_isWebSocket.
|
inline |
References m_multipartFormInfo, and PCollection::RemoveAll().
|
inline |
Set the maximum number of transations (GET/POST etc) for persistent connection.
If this is zero then there is no maximum.
References persistenceMaximum.
|
inline |
Set the maximum time a persistent connection may persist.
References PTimeInterval::GetSeconds(), and persistenceSeconds.
|
inline |
References wasPersistent.
|
protected |
Referenced by GetCommandCode().
|
protected |
Referenced by GetCommandName().
|
protected |
Referenced by DecodeMultipartFormInfo(), and GetEntityBody().
|
protected |
Referenced by GetEntityBodyLength().
|
protected |
Referenced by DisablePersistence(), and IsPersistent().
|
protected |
Referenced by IsProxyConnection().
|
protected |
Referenced by ClearWebSocket(), and IsWebSocket().
|
protected |
Referenced by DecodeMultipartFormInfo(), GetMultipartFormInfo(), and ResetMultipartFormInfo().
|
protected |
Referenced by GetMajorVersion().
|
protected |
Referenced by DecodeMultipartFormInfo(), and GetMIME().
|
protected |
Referenced by GetMinorVersion().
|
protected |
Referenced by GetPersistenceMaximumTransations(), and SetPersistenceMaximumTransations().
|
protected |
Referenced by GetPersistenceTimeout(), and SetPersistenceTimeout().
|
protected |
Referenced by WasPersistent().