|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.xmlrpc.WebServer
|
+--gov.sns.tools.services.RpcServer
RpcServer extends XML-RPC WebServer to find and use an open port rather than taking a port as an argument.
| Field Summary |
| Fields inherited from class org.apache.xmlrpc.WebServer |
accept, clength, conclose, conkeep, ctype, deny, doubleNewline, listener, newline, ok, paranoid, port, runners, server, serverSocket, threadpool, xmlrpc |
| Constructor Summary | |
RpcServer()
Creates a new instance of RemoteServer |
|
| Method Summary | |
java.lang.String |
getHost()
Get the host address used for the web server. |
int |
getPort()
Get the port used by the web server. |
| Methods inherited from class org.apache.xmlrpc.WebServer |
acceptClient, addHandler, checkSocket, createServerSocket, denyClient, getRunner, main, removeHandler, run, setParanoid, setupServerSocket, shutdown, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RpcServer()
throws java.io.IOException
| Method Detail |
public int getPort()
public java.lang.String getHost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||