OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
OpenSim.Framework.Servers.HttpServer.BaseHttpServer Member List

This is the complete list of members for OpenSim.Framework.Servers.HttpServer.BaseHttpServer, including all inherited members.

AddHTTPHandler(string methodName, GenericHTTPMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddJsonRPCHandler(string method, JsonRPCMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddLLSDHandler(string path, LLSDMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddPollServiceHTTPHandler(string methodName, PollServiceEventArgs args)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddStreamHandler(IRequestHandler handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddWebSocketHandler(string servicepath, WebSocketRequestDelegate handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
OpenSim::Framework::Servers::HttpServer::IHttpServer.AddWebSocketHandler(string servicepath, BaseHttpServer.WebSocketRequestDelegate handler)OpenSim.Framework.Servers.HttpServer.IHttpServer
AddXmlRPCHandler(string method, XmlRpcMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
AddXmlRPCHandler(string method, XmlRpcMethod handler, bool keepAlive)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
BaseHttpServer(uint port)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
BaseHttpServer(uint port, bool ssl)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
BaseHttpServer(uint port, bool ssl, uint sslport, string CN)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
BaseHttpServer(uint port, bool ssl, string CPath, string CPass)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
DebugLevelOpenSim.Framework.Servers.HttpServer.BaseHttpServer
GetHTTP404(string host)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetHTTP500()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetHTTPHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetJsonRPCHandler(string method)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetJsonRpcHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetLLSDHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetPollServiceHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetStreamHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetXmlRPCHandler(string method)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
GetXmlRpcHandlerKeys()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
HandleHTTPRequest(OSHttpRequest request, OSHttpResponse response)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
HandleRequest(OSHttpRequest request, OSHttpResponse response)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinlinevirtual
HTTPDRunningOpenSim.Framework.Servers.HttpServer.BaseHttpServer
httpServerDisconnectMonitor(IHttpClientContext source, SocketError err)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
httpServerException(object source, Exception exception)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
jsonRpcHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
ListenIPAddressOpenSim.Framework.Servers.HttpServer.BaseHttpServer
m_defaultLlsdHandlerOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_firstcapsOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_HTTPHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_httpListener2OpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_listenIPAddressOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_llsdHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_pollHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_portOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_rpcHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_rpcHandlersKeepAliveOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_sslOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_SSLCommonNameOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_sslportOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_streamHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
m_WebSocketHandlersOpenSim.Framework.Servers.HttpServer.BaseHttpServerprotected
OnRequest(object source, RequestEventArgs args)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
PollServiceRequestManagerOpenSim.Framework.Servers.HttpServer.BaseHttpServer
PortOpenSim.Framework.Servers.HttpServer.BaseHttpServer
RemoveHTTPHandler(string httpMethod, string path)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemoveJsonRPCHandler(string method)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemoveLLSDHandler(string path, LLSDMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemovePollServiceHTTPHandler(string httpMethod, string path)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemoveStreamHandler(string httpMethod, string path)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemoveWebSocketHandler(string servicepath)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RemoveXmlRPCHandler(string method)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
RequestNumberOpenSim.Framework.Servers.HttpServer.BaseHttpServer
SendHTML404(OSHttpResponse response, string host)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
SendHTML500(OSHttpResponse response)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
SetDefaultLLSDHandler(DefaultLLSDMethod handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
SSLCommonNameOpenSim.Framework.Servers.HttpServer.BaseHttpServer
SSLPortOpenSim.Framework.Servers.HttpServer.BaseHttpServer
Start()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
Start(bool performPollResponsesAsync)OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
Stop()OpenSim.Framework.Servers.HttpServer.BaseHttpServerinline
UseSSLOpenSim.Framework.Servers.HttpServer.BaseHttpServer
WebSocketRequestDelegate(string servicepath, WebSocketHttpServerHandler handler)OpenSim.Framework.Servers.HttpServer.BaseHttpServer