| 
    PTLib
    Version 2.14.3
    
   | 
 
This is the complete list of members for PHTTPConfig, including all inherited members.
| Add(PHTTPField *fld) | PHTTPForm | |
| AddBooleanField(const char *name, bool defaultValue=false, const char *help=NULL) | PHTTPConfig | |
| AddIntegerField(const char *name, int low, int high, int defaultValue=0, const char *units=NULL, const char *help=NULL) | PHTTPConfig | |
| AddNewKeyFields(PHTTPField *keyFld, PHTTPField *valFld) | PHTTPConfig | |
| AddSectionField(PHTTPField *sectionFld, const char *prefix=NULL, const char *suffix=NULL) | PHTTPConfig | |
| AddSelectArrayField(const char *name, bool sorted, const PStringArray &defaultValues, const PStringArray &possibleValues, const char *help=NULL, bool enumeration=false) | PHTTPConfig | |
| AddSelectField(const char *name, const PStringArray &valueArray, const char *defaultValue=NULL, const char *help=NULL, bool enumeration=false) | PHTTPConfig | |
| AddStringArrayField(const char *name, bool sorted, PINDEX maxLength, const PStringArray &defaultValues, const char *help=NULL, int rows=0, int columns=0) | PHTTPConfig | |
| AddStringField(const char *name, PINDEX maxLength, const char *defaultValue=NULL, const char *help=NULL, int rows=0, int columns=0) | PHTTPConfig | |
| authority | PHTTPResource | protected | 
| baseURL | PHTTPResource | protected | 
| BuildHTML(const char *heading) | PHTTPForm | |
| BuildHTML(const PString &heading) | PHTTPForm | |
| BuildHTML(PHTML &html, BuildOptions option=CompleteHTML) | PHTTPForm | |
| BuildOptions enum name | PHTTPForm | |
| CheckAuthority(PHTTPServer &server, const PHTTPRequest &request, const PHTTPConnectionInfo &conInfo) | PHTTPResource | protectedvirtual | 
| CheckAuthority(PHTTPAuthority &authority, PHTTPServer &server, const PHTTPRequest &request, const PHTTPConnectionInfo &connectInfo) | PHTTPResource | protectedstatic | 
| Class() | PObject | inlinestatic | 
| ClearAuthority() | PHTTPResource | |
| ClearHitCount() | PHTTPResource | inline | 
| Clone() const | PObject | virtual | 
| CloneAs() const | PObject | inline | 
| Compare(const PObject &obj) const | PObject | virtual | 
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual | 
| Comparison enum name | PObject | |
| CompleteHTML enum value | PHTTPForm | |
| contentType | PHTTPResource | protected | 
| CreateRequest(const PURL &url, const PMIMEInfo &inMIME, const PMultiPartList &multipartFormInfo, PHTTPServer &socket) | PHTTPResource | virtual | 
| EqualTo enum value | PObject | |
| fieldNames | PHTTPForm | protected | 
| fields | PHTTPForm | protected | 
| GetAuthority() const | PHTTPResource | inline | 
| GetClass(unsigned ancestor=0) const | PObject | inlinevirtual | 
| GetConfigSection() const | PHTTPConfig | inline | 
| GetContentType() const | PHTTPResource | inline | 
| GetExpirationDate(PTime &when) | PHTTPResource | virtual | 
| GetHitCount() const | PHTTPResource | inline | 
| GetHotLink() const | PHTTPResource | inline | 
| GetString() | PHTTPString | inline | 
| GetTraceContextIdentifier() const | PObject | inline | 
| GetTraceContextIdentifier(PObject &obj) | PObject | inline | 
| GetTraceContextIdentifier(PObject *obj) | PObject | inline | 
| GetURL() const | PHTTPResource | inline | 
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual | 
| hitCount | PHTTPResource | protected | 
| InsertIntoForm enum value | PHTTPForm | |
| InsertIntoHTML enum value | PHTTPForm | |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static | 
| InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual | 
| IsClass(const char *cls) const | PObject | inline | 
| IsModifiedSince(const PTime &when) | PHTTPResource | virtual | 
| keyField | PHTTPConfig | protected | 
| LessThan enum value | PObject | |
| LoadData(PHTTPRequest &request, PCharArray &data) | PHTTPResource | virtual | 
| LoadFromConfig() | PHTTPConfig | |
| LoadHeaders(PHTTPRequest &request) | PHTTPString | virtual | 
| LoadText(PHTTPRequest &request) | PHTTPString | virtual | 
| m_traceContextIdentifier | PObject | protected | 
| OnGET(PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PHTTPConnectionInfo &conInfo) | PHTTPResource | virtual | 
| OnGETData(PHTTPServer &server, const PURL &url, const PHTTPConnectionInfo &connectInfo, PHTTPRequest &request) | PHTTPResource | virtual | 
| OnGETOrHEAD(PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PHTTPConnectionInfo &conInfo, PBoolean isGet) | PHTTPResource | protectedvirtual | 
| OnHEAD(PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PHTTPConnectionInfo &conInfo) | PHTTPResource | virtual | 
| OnLoadedText(PHTTPRequest &request, PString &text) | PHTTPConfig | virtual | 
| OnPOST(PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PStringToString &data, const PHTTPConnectionInfo &conInfo) | PHTTPResource | virtual | 
| OnPOSTData(PHTTPRequest &request, const PStringToString &data) | PHTTPResource | virtual | 
| OnWebSocket(PHTTPServer &server, PHTTPConnectionInfo &connectInfo) | PHTTPResource | virtual | 
| operator!=(const PObject &obj) const | PObject | inline | 
| operator<(const PObject &obj) const | PObject | inline | 
| operator<=(const PObject &obj) const | PObject | inline | 
| operator==(const PObject &obj) const | PObject | inline | 
| operator>(const PObject &obj) const | PObject | inline | 
| operator>=(const PObject &obj) const | PObject | inline | 
| PHTTPConfig(const PURL &url, const PString §ion) | PHTTPConfig | |
| PHTTPConfig(const PURL &url, const PString §ion, const PHTTPAuthority &auth) | PHTTPConfig | |
| PHTTPConfig(const PURL &url, const PString §ion, const PString &html) | PHTTPConfig | |
| PHTTPConfig(const PURL &url, const PString §ion, const PString &html, const PHTTPAuthority &auth) | PHTTPConfig | |
| PHTTPForm(const PURL &url) | PHTTPForm | |
| PHTTPForm(const PURL &url, const PHTTPAuthority &auth) | PHTTPForm | |
| PHTTPForm(const PURL &url, const PString &html) | PHTTPForm | |
| PHTTPForm(const PURL &url, const PString &html, const PHTTPAuthority &auth) | PHTTPForm | |
| PHTTPResource(const PURL &url) | PHTTPResource | protected | 
| PHTTPResource(const PURL &url, const PHTTPAuthority &auth) | PHTTPResource | protected | 
| PHTTPResource(const PURL &url, const PString &contentType) | PHTTPResource | protected | 
| PHTTPResource(const PURL &url, const PString &contentType, const PHTTPAuthority &auth) | PHTTPResource | protected | 
| PHTTPString(const PURL &url) | PHTTPString | |
| PHTTPString(const PURL &url, const PHTTPAuthority &auth) | PHTTPString | |
| PHTTPString(const PURL &url, const PString &str) | PHTTPString | |
| PHTTPString(const PURL &url, const PString &str, const PString &contentType) | PHTTPString | |
| PHTTPString(const PURL &url, const PString &str, const PHTTPAuthority &auth) | PHTTPString | |
| PHTTPString(const PURL &url, const PString &str, const PString &contentType, const PHTTPAuthority &auth) | PHTTPString | |
| PObject() | PObject | inlineprotected | 
| Post(PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) | PHTTPConfig | virtual | 
| PrintOn(ostream &strm) const | PObject | virtual | 
| PTraceObjectInstance() const | PObject | inline | 
| PTraceObjectInstance(const char *) | PObject | inlinestatic | 
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic | 
| ReadFrom(istream &strm) | PObject | virtual | 
| RemoveAllFields() | PHTTPForm | inline | 
| section | PHTTPConfig | protected | 
| sectionField | PHTTPConfig | protected | 
| sectionPrefix | PHTTPConfig | protected | 
| sectionSuffix | PHTTPConfig | protected | 
| SendData(PHTTPRequest &request) | PHTTPResource | virtual | 
| SetAuthority(const PHTTPAuthority &auth) | PHTTPResource | |
| SetConfigSection(const PString §) | PHTTPConfig | inline | 
| SetString(const PString &str) | PHTTPString | inline | 
| SetTraceContextIdentifier(unsigned id) | PObject | inline | 
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline | 
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline | 
| string | PHTTPString | protected | 
| valField | PHTTPConfig | protected | 
| ~PHTTPResource() | PHTTPResource | virtual | 
| ~PObject() | PObject | inlinevirtual |