NetworkHttpHandlerInterface Member List

This is the complete list of members for NetworkHttpHandlerInterface , including all inherited members.

CreateAnswerHeader (const String &mime, Int64 size, HTTPCODE code=HTTPCODE::OK, Int refresh=-1, const UniversalDateTime &expires=UniversalDateTime()) const NetworkHttpHandlerInterface
CreateRequestHeader (HTTPMETHOD method, const UrlScheme &proxyScheme, Bool allowGzip, const String &hostName, const String &fileName, const String &queryParameter, const Range< Int64 > &range, const DataDictionary &optionalTags=DataDictionary(), const Block< const Char > &postData=Block< const Char >()) const NetworkHttpHandlerInterface
DoIt () NetworkHttpHandlerInterface
GetMimeType (const Url &file) const NetworkHttpHandlerInterface
HandleGet (const Url &basePath, const DataDictionary &request) NetworkHttpHandlerInterface
HandlePost (const DataDictionary &request, const Url &upload) NetworkHttpHandlerInterface
KillPercentChar (const String &name) NetworkHttpHandlerInterface
LoadHtmlFile (const Url &file, String &html) NetworkHttpHandlerInterface
LssHtmlFile (const Url &file, const DataDictionary &data, HTTPCODE code=HTTPCODE::OK, Int refresh=-1) NetworkHttpHandlerInterface
MAXON_INTERFACE (NetworkHttpHandlerInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.networkhttphandler") NetworkHttpHandlerInterface private
OpenConnection (const String &address, const ThreadRef &thread, TimeValue connectionTimeOut, TimeValue sessiontimeOut) NetworkHttpHandlerInterface
ReadAnswer () NetworkHttpHandlerInterface
ReadRequest () NetworkHttpHandlerInterface
SendHtmlFile (const Url &path, Bool usemime, Bool del=false, const UniversalDateTime &expires=UniversalDateTime()) NetworkHttpHandlerInterface
SendRedirect (const String &location) NetworkHttpHandlerInterface
SubstInHtml (String &html, const DataDictionary &data) NetworkHttpHandlerInterface