| Package | Description |
|---|---|
| ch.racic.caps |
| Modifier and Type | Method and Description |
|---|---|
CapsConfiguration |
CapsConfiguration.setConnectionTimeout(long connectionTimeout)
Set the connection timeout used in the sockets.
|
CapsConfiguration |
CapsConfiguration.setProxyKeyStorePassword(String proxyKeyStorePassword)
Password needed to unlock the proxy KeyStore
|
CapsConfiguration |
CapsConfiguration.setProxyKeyStorePath(String proxyKeyStorePath)
Set the server certificate which the proxy uses for the handshake with the source browser.
|
CapsConfiguration |
CapsConfiguration.setProxyKeyStoreType(String proxyKeyStoreType)
The type of the proxy KeyStore.
|
CapsConfiguration |
CapsConfiguration.setProxyListenerPort(int proxyListenerPort)
Set the proxy listener port to be used.
|
CapsConfiguration |
CapsConfiguration.setProxySslContext(SSLContext proxySslContext)
Set the proxy SSLContext directly, no need to set proxy KeyStore after this.
|
CapsConfiguration |
CapsConfiguration.setTargetKeyStorePassword(String targetKeyStorePassword)
Password needed to unlock the KeyStore
|
CapsConfiguration |
CapsConfiguration.setTargetKeyStorePath(String targetKeyStorePath)
Set the path to the desired KeyStore file.
|
CapsConfiguration |
CapsConfiguration.setTargetKeyStoreType(String targetKeyStoreType)
The type of the target KeyStore.
|
CapsConfiguration |
CapsConfiguration.setTargetProxy(Proxy targetProxy)
Set the proxy which is required for the connection to the target server.
|
CapsConfiguration |
CapsConfiguration.setTargetSslContext(SSLContext targetSslContext)
Set the target SSLContext directly, no need to set target TrustStore or KeyStore after this.
|
CapsConfiguration |
CapsConfiguration.setTargetTrustStorePassword(String targetTrustStorePassword)
Password needed to unlock the TrustStore.
|
CapsConfiguration |
CapsConfiguration.setTargetTrustStorePath(String targetTrustStorePath)
Set the path to the desired TrustStore file.
|
CapsConfiguration |
CapsConfiguration.setTargetTrustStoreType(String targetTrustStoreType)
The type of the target TrustStore.
|
Copyright © 2015. All rights reserved.