HttpServer

Undocumented in source.

Members

Functions

clientAccessPolicyXmlHandler
void clientAccessPolicyXmlHandler(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
crossDomainXmlHandler
void crossDomainXmlHandler(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
start
HTTPListener start(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

clientAccessPolicyXmlFile
string clientAccessPolicyXmlFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
clientAccessPolicyXmlFile
string clientAccessPolicyXmlFile [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
crossDomainXmlFile
string crossDomainXmlFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
crossDomainXmlFile
string crossDomainXmlFile [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientAccessPolicyXmlContent
string clientAccessPolicyXmlContent;
Undocumented in source.
crossDomainXmlContext
string crossDomainXmlContext;
Undocumented in source.
settings
HTTPServerSettings settings;
Undocumented in source.

Inherited Members

From HttpService

get
bool get;
Undocumented in source.
p3p
bool p3p;
Undocumented in source.
crossDomain
bool crossDomain;
Undocumented in source.
onSendHeader
OnSendHeader onSendHeader;
Undocumented in source.
handler
void handler(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta