|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLConfiguration | |
|---|---|
| com.flat502.rox.client | Client-side API and supporting classes. |
| com.flat502.rox.processing | Central location for shared client- and server-side processing logic. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of SSLConfiguration in com.flat502.rox.client |
|---|
| Constructors in com.flat502.rox.client with parameters of type SSLConfiguration | |
|---|---|
HttpRpcClient(java.net.URL url,
ClientResourcePool pool,
SSLConfiguration sslCfg)
|
|
XmlRpcClient(java.net.URL url,
ClientResourcePool workerPool,
SSLConfiguration sslCfg)
|
|
XmlRpcClient(java.net.URL url,
SSLConfiguration sslCfg)
|
|
| Uses of SSLConfiguration in com.flat502.rox.processing |
|---|
| Methods in com.flat502.rox.processing that return SSLConfiguration | |
|---|---|
SSLConfiguration |
HttpRpcProcessor.getSSLConfiguration()
|
| Constructors in com.flat502.rox.processing with parameters of type SSLConfiguration | |
|---|---|
HttpRpcProcessor(boolean useHttps,
ResourcePool workerPool,
SSLConfiguration sslCfg)
|
|
| Uses of SSLConfiguration in com.flat502.rox.server |
|---|
| Constructors in com.flat502.rox.server with parameters of type SSLConfiguration | |
|---|---|
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,
SSLConfiguration sslCfg)
|
|
XmlRpcServer(java.net.InetAddress hostAddress,
int port,
SSLConfiguration sslCfg)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||