Constructors in com.flat502.rox.server with parameters of type ServerResourcePool |
HttpRpcServer(java.net.InetAddress hostAddress,
int port,
boolean useHttps,
ServerResourcePool workerPool)
Initialize a new HTTP RPC server. |
HttpRpcServer(java.net.InetAddress hostAddress,
int port,
boolean useHttps,
ServerResourcePool workerPool,
SSLConfiguration sslCfg)
|
XmlRpcServer(java.net.InetAddress hostAddress,
int port,
boolean useHttps,
AcceptPolicy acceptPolicy,
ServerResourcePool workerPool)
Initialize an instance listening for connections
on a specified local address. |
XmlRpcServer(java.net.InetAddress hostAddress,
int port,
boolean useHttps,
AcceptPolicy acceptPolicy,
ServerResourcePool workerPool,
SSLConfiguration sslCfg)
|