OpenSimMirror/OpenSim/Framework/Servers
Dr Scofield b91857b8f7 Adding AddXmlRpcHandler(name, method, bool) to selectively disable
KeepAlive for certain XmlRpc handlers.

Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to
avoid clients waiting indefinitely for response.

taking note of BaseHttpServer parameter in CommunicationsManager
constructor (was passed it but then just ignored so far).
2008-10-23 10:15:19 +00:00
..
Tests adding OSHttpResponse test case (yeah, very primitive still) 2008-10-08 13:45:42 +00:00
BaseHTTPHandler.cs * This is the very very early beginnings of an EventQueue:get module. 2008-09-27 09:42:31 +00:00
BaseHttpServer.cs Adding AddXmlRpcHandler(name, method, bool) to selectively disable 2008-10-23 10:15:19 +00:00
BaseOpenSimServer.cs * refactor: make shutdown a template method in the same manner as startup, for consistency's sake 2008-10-03 16:06:00 +00:00
BaseRequestHandler.cs (from awebb) 2008-05-19 18:30:25 +00:00
BaseStreamHandler.cs Update svn properties. Formatting cleanup. 2008-05-25 23:27:38 +00:00
BinaryStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
CheckSumServer.cs * More refactorings of UDPServer. 2008-05-02 18:26:19 +00:00
GenericHTTPMethod.cs * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
IHttpAgentHandler.cs here are further enhancements to the IHttpAgentHandler and to BaseHttpServer (from awebb) 2008-05-22 12:00:01 +00:00
IStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
LLSDMethod.cs * This is the fabled LibOMV update with all of the libOMV types from JHurliman 2008-09-06 07:52:41 +00:00
LLSDMethodString.cs * This is the fabled LibOMV update with all of the libOMV types from JHurliman 2008-09-06 07:52:41 +00:00
MessageServerInfo.cs * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
OSHttpHandler.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
OSHttpHttpHandler.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
OSHttpRequest.cs cleaning up OSHttpResponse: note that read access to extra header 2008-10-06 21:59:43 +00:00
OSHttpRequestPump.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
OSHttpRequestQueue.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
OSHttpResponse.cs cleaning up OSHttpResponse: note that read access to extra header 2008-10-06 21:59:43 +00:00
OSHttpServer.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
OSHttpStatusCodes.cs Update svn properties. Formatting cleanup. 2008-05-25 23:27:38 +00:00
OSHttpXmlRpcHandler.cs cleaning up OSHttpRequest removing old Http stuff. also adding test 2008-10-06 19:42:03 +00:00
RestDeserialiseHandler.cs cleanup: fixing CamelCase issue with RestDeserialiseHandler. 2008-07-15 13:33:31 +00:00
RestHTTPHandler.cs * This is the very very early beginnings of an EventQueue:get module. 2008-09-27 09:42:31 +00:00
RestMethod.cs Update svn properties. Formatting cleanup. 2008-05-25 23:27:38 +00:00
RestObjectPoster.cs dr scofield's warning safari: hunting down those little buggers 2008-06-27 16:18:56 +00:00
RestObjectPosterResponse.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
RestSessionService.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
RestStreamHandler.cs i'm extending the RestStreamHandler.Handler(...) signature to actually 2008-05-20 16:51:45 +00:00
SynchronousRestObjectPoster.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
VersionInfo.cs * Bump server info number to 0.5.11 2008-10-09 18:40:54 +00:00
XmlRpcMethod.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00