Uses of Interface
com.flat502.rox.server.AcceptPolicy

Packages that use AcceptPolicy
com.flat502.rox.server Server-side API and supporting classes. 
 

Uses of AcceptPolicy in com.flat502.rox.server
 

Methods in com.flat502.rox.server with parameters of type AcceptPolicy
 void HttpRpcServer.registerAcceptPolicy(AcceptPolicy policy)
           
 

Constructors in com.flat502.rox.server with parameters of type AcceptPolicy
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)