public interface ICapsConfiguration
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectionTimeout()
Get the connection timeout set for the sockets.
|
int |
getProxyListenerPort()
Get the current setting of the proxy listener port.
|
SSLContext |
getProxySslContext()
Used by CAPS to retrieve the SSLContext for the client connection (proxy => client).
|
Proxy |
getTargetProxy()
Get the proxy which is required for the connection to the target server.
|
SSLContext |
getTargetSslContext()
Used by CAPS to retrieve the SSLContext for the target connection (proxy => target)
|
int |
getThreadPoolSize()
Get the desired thread pool size for the ConnectionHandler threads.
|
SSLContext getTargetSslContext() throws NoSuchAlgorithmException, CertificateException, KeyStoreException, IOException, UnrecoverableKeyException, ConfigurationException, KeyManagementException
NoSuchAlgorithmExceptionCertificateExceptionKeyStoreExceptionIOExceptionUnrecoverableKeyExceptionConfigurationExceptionKeyManagementExceptionSSLContext getProxySslContext() throws CertificateException, UnrecoverableKeyException, NoSuchAlgorithmException, IOException, KeyStoreException, ConfigurationException, KeyManagementException
CertificateExceptionUnrecoverableKeyExceptionNoSuchAlgorithmExceptionIOExceptionKeyStoreExceptionConfigurationExceptionKeyManagementExceptionProxy getTargetProxy()
long getConnectionTimeout()
int getProxyListenerPort()
int getThreadPoolSize()
Copyright © 2015. All rights reserved.