diff options
author | BlueWall | 2013-03-03 09:40:44 -0500 |
---|---|---|
committer | BlueWall | 2013-03-03 09:40:44 -0500 |
commit | 66d74e76b19a6586991fdada2661514143d9585b (patch) | |
tree | 86bafe3050a374869fbad2612261f8dc504dcd3d /OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs | |
parent | Robust.HG.ini.example updated to get an [Hypergrid] section too. (diff) | |
download | opensim-SC-66d74e76b19a6586991fdada2661514143d9585b.zip opensim-SC-66d74e76b19a6586991fdada2661514143d9585b.tar.gz opensim-SC-66d74e76b19a6586991fdada2661514143d9585b.tar.bz2 opensim-SC-66d74e76b19a6586991fdada2661514143d9585b.tar.xz |
Add method to remove JsonRpc Handlers from the server
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs index 71ca3ff..d162bc1 100644 --- a/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs | |||
@@ -140,6 +140,8 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
140 | void RemoveStreamHandler(string httpMethod, string path); | 140 | void RemoveStreamHandler(string httpMethod, string path); |
141 | 141 | ||
142 | void RemoveXmlRPCHandler(string method); | 142 | void RemoveXmlRPCHandler(string method); |
143 | |||
144 | void RemoveJsonRPCHandler(string method); | ||
143 | 145 | ||
144 | string GetHTTP404(string host); | 146 | string GetHTTP404(string host); |
145 | 147 | ||