|
PTLib
Version 2.18.8
|
This is the complete list of members for PHTTPForm, including all inherited members.
| Add(PHTTPField *fld) | PHTTPForm | |
| 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 |
| Compare2(T v1, T v2) | PObject | inlinestatic |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| CompleteHTML enum value | PHTTPForm | |
| CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
| CreateRequest(const PURL &url, const PMIMEInfo &inMIME, const PMultiPartList &multipartFormInfo, PHTTPServer &socket) | PHTTPResource | virtual |
| EqualTo enum value | PObject | |
| GetAuthority() const | PHTTPResource | inline |
| GetClass() const | PObject | 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 |
| GetURL() const | PHTTPResource | inline |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual |
| InsertIntoForm enum value | PHTTPForm | |
| InsertIntoHTML enum value | PHTTPForm | |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| InternalOnCommand(PHTTPServer &server, const PHTTPConnectionInfo &conInfo, PHTTP::Commands cmd) | PHTTPResource | protectedvirtual |
| IsClass(const char *name) const | PObject | inline |
| IsModifiedSince(const PTime &when) | PHTTPResource | virtual |
| LessThan enum value | PObject | |
| LoadData(PHTTPRequest &request, PCharArray &data) | PHTTPResource | virtual |
| LoadHeaders(PHTTPRequest &request) | PHTTPString | virtual |
| LoadText(PHTTPRequest &request) | PHTTPString | virtual |
| m_authority | PHTTPResource | protected |
| m_baseURL | PHTTPResource | protected |
| m_contentType | PHTTPResource | protected |
| m_fieldNames | PHTTPForm | protected |
| m_fields | PHTTPForm | protected |
| m_hitCount | PHTTPResource | protected |
| m_string | PHTTPString | protected |
| m_traceContextIdentifier | PObject | protected |
| OnGET(PHTTPServer &server, const PHTTPConnectionInfo &conInfo) | PHTTPResource | virtual |
| OnGETData(PHTTPServer &server, const PURL &url, const PHTTPConnectionInfo &connectInfo, PHTTPRequest &request) | PHTTPResource | virtual |
| OnHEAD(PHTTPServer &server, const PHTTPConnectionInfo &conInfo) | PHTTPResource | virtual |
| OnLoadedText(PHTTPRequest &request, PString &text) | PHTTPForm | virtual |
| OnPOST(PHTTPServer &server, 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 |
| P_REMOVE_VIRTUAL(PBoolean, OnGET(PHTTPServer &, const PURL &, const PMIMEInfo &, const PHTTPConnectionInfo &), false) | PHTTPResource | protected |
| P_REMOVE_VIRTUAL(PBoolean, OnHEAD(PHTTPServer &, const PURL &, const PMIMEInfo &, const PHTTPConnectionInfo &), false) | PHTTPResource | protected |
| P_REMOVE_VIRTUAL(PBoolean, OnGETOrHEAD(PHTTPServer &, const PURL &, const PMIMEInfo &, const PHTTPConnectionInfo &, PBoolean), false) | PHTTPResource | protected |
| P_REMOVE_VIRTUAL(PBoolean, OnPOST(PHTTPServer &, const PURL &, const PMIMEInfo &, const PStringToString &, const PHTTPConnectionInfo &), false) | PHTTPResource | protected |
| 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) | PHTTPForm | 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 |
| SendData(PHTTPRequest &request) | PHTTPResource | virtual |
| SetAuthority(const PHTTPAuthority &auth) | PHTTPResource | |
| SetString(const PString &str) | PHTTPString | inline |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| SupportsWebSocketProtocol(const PString &protocol) const | PHTTPResource | virtual |
| ~PHTTPResource() | PHTTPResource | virtual |
| ~PObject() | PObject | inlinevirtual |