xsul.dispatcher
Class Dispatcher
java.lang.Object
xsul.http_server.HttpMiniServlet
xsul.dispatcher.Dispatcher
- public class Dispatcher
- extends HttpMiniServlet
THis class will start RPC and MSG dispatchers and MsgBox service as well
All services are started on the same port but on different paths.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dispatcher
public Dispatcher(int port)
main
public static void main(java.lang.String[] args)
Start the RPC Dispacher.
To configure it, use the default.properties file.
- Parameters:
args - no arguments used.
service
public void service(HttpServerRequest req,
HttpServerResponse resp)
throws HttpServerException
- Specified by:
service in class HttpMiniServlet
- Throws:
HttpServerException
IU Extreme! Lab (http://www.extreme.indiana.edu)