org.apache.xmlrpc.secure
public class SecureWebServer extends WebServer implements SecurityConstants
Version: $Id: SecureWebServer.java 233919 2005-04-22 10:26:17Z hgomez $
Constructor Summary | |
---|---|
SecureWebServer(int port)
Creates a secure web server configured to run on the specified
port number.
| |
SecureWebServer(int port, InetAddress addr)
Creates a secure web server configured to run on the specified
port number and IP address.
| |
SecureWebServer(int port, InetAddress addr, XmlRpcServer xmlrpc)
Creates a secure web server at the specified port number and IP
address. |
Method Summary | |
---|---|
protected ServerSocket | createServerSocket(int port, int backlog, InetAddress add) |
static void | main(String[] argv)
This can be called from command line, but you'll have to
edit and recompile to change the server port or handler objects.
|
Parameters: int port number of secure web server.
See Also: SecureWebServer
Parameters: int port number of the secure web server addr The IP address to bind to.
See Also: WebServer
See Also: WebServer
See Also: addDefaultHandlers