PTLib
Version 2.18.8
|
This is the complete list of members for PRegisterPage, including all inherited members.
Add(PHTTPField *fld) | PHTTPForm | |
AddBooleanField(const char *name, bool defaultValue=false, const char *help=NULL) | PHTTPConfig | |
AddFields(const PString &prefix)=0 | PRegisterPage | pure virtual |
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 | |
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 |
GetConfigSection() const | PHTTPConfig | inline |
GetContentType() const | PHTTPResource | inline |
GetExpirationDate(PTime &when) | PConfigPage | protectedvirtual |
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 |
LoadFromConfig() | PHTTPConfig | |
LoadFromJSON(const PJSON &json) | PHTTPConfig | |
LoadHeaders(PHTTPRequest &request) | PHTTPString | virtual |
LoadText(PHTTPRequest &request) | PRegisterPage | 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_keyField | PHTTPConfig | protected |
m_section | PHTTPConfig | protected |
m_sectionField | PHTTPConfig | protected |
m_sectionPrefix | PHTTPConfig | protected |
m_sectionSuffix | PHTTPConfig | protected |
m_string | PHTTPString | protected |
m_traceContextIdentifier | PObject | protected |
m_valField | PHTTPConfig | 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) | PRegisterPage | virtual |
OnPOST(PHTTPServer &server, const PHTTPConnectionInfo &connectInfo) | PConfigPage | 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 |
PConfigPage(PHTTPServiceProcess &app, const PString §ion, const PHTTPAuthority &auth) | PConfigPage | |
PConfigPage(PHTTPServiceProcess &app, const PString &url, const PString §ion, const PHTTPAuthority &auth) | PConfigPage | |
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) | PRegisterPage | virtual |
PRegisterPage(PHTTPServiceProcess &app, const PHTTPAuthority &auth) | PRegisterPage | |
PrintOn(ostream &strm) const | PObject | virtual |
process | PRegisterPage | protected |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
ReadFrom(istream &strm) | PObject | virtual |
RemoveAllFields() | PHTTPForm | inline |
SaveToJSON(PJSON &json) | PHTTPConfig | |
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 |
SupportsWebSocketProtocol(const PString &protocol) const | PHTTPResource | virtual |
~PHTTPResource() | PHTTPResource | virtual |
~PObject() | PObject | inlinevirtual |