- getBody() - Method in class ch.racic.caps.utils.html.HTMLDocument
-
Accessor for body element.
- getConnectionTimeout() - Method in class ch.racic.caps.CapsConfiguration
-
Get the connection timeout set for the sockets.
- getConnectionTimeout() - Method in interface ch.racic.caps.ICapsConfiguration
-
Get the connection timeout set for the sockets.
- getFileExtension(String) - Static method in class ch.racic.caps.utils.FileUtils
-
Tries to get the extension of the given file path.
- getHead() - Method in class ch.racic.caps.utils.html.HTMLDocument
-
Accessor for head element.
- getProxyListenerPort() - Method in class ch.racic.caps.CapsConfiguration
-
Get the current setting of the proxy listener port.
- getProxyListenerPort() - Method in class ch.racic.caps.CAPServer
-
Get the current proxy port, will be null if proxy startup is not yet finished or not initiated.
- getProxyListenerPort() - Method in interface ch.racic.caps.ICapsConfiguration
-
Get the current setting of the proxy listener port.
- getProxySslContext() - Method in class ch.racic.caps.CapsConfiguration
-
Used by CAPS to retrieve the SSLContext for the client connection (proxy => client).
- getProxySslContext() - Method in interface ch.racic.caps.ICapsConfiguration
-
Used by CAPS to retrieve the SSLContext for the client connection (proxy => client).
- getProxyString() - Method in class ch.racic.caps.CAPServer
-
The proxy string has the form {hostname}:{port} and can be used to create a selenium proxy object.
- getTargetProxy() - Method in class ch.racic.caps.CapsConfiguration
-
Get the proxy which is required for the connection to the target server.
- getTargetProxy() - Method in interface ch.racic.caps.ICapsConfiguration
-
Get the proxy which is required for the connection to the target server.
- getTargetSslContext() - Method in class ch.racic.caps.CapsConfiguration
-
Used by CAPS to retrieve the SSLContext for the target connection (proxy => target)
- getTargetSslContext() - Method in interface ch.racic.caps.ICapsConfiguration
-
Used by CAPS to retrieve the SSLContext for the target connection (proxy => target)
- getThreadPoolSize() - Method in class ch.racic.caps.CapsConfiguration
-
- getThreadPoolSize() - Method in interface ch.racic.caps.ICapsConfiguration
-
Get the desired thread pool size for the ConnectionHandler threads.
- setConnectionTimeout(long) - Method in class ch.racic.caps.CapsConfiguration
-
Set the connection timeout used in the sockets.
- setProxyKeyStorePassword(String) - Method in class ch.racic.caps.CapsConfiguration
-
Password needed to unlock the proxy KeyStore
- setProxyKeyStorePath(String) - Method in class ch.racic.caps.CapsConfiguration
-
Set the server certificate which the proxy uses for the handshake with the source browser.
- setProxyKeyStoreType(String) - Method in class ch.racic.caps.CapsConfiguration
-
The type of the proxy KeyStore.
- setProxyListenerPort(int) - Method in class ch.racic.caps.CapsConfiguration
-
Set the proxy listener port to be used.
- setProxySslContext(SSLContext) - Method in class ch.racic.caps.CapsConfiguration
-
Set the proxy SSLContext directly, no need to set proxy KeyStore after this.
- setTargetKeyStorePassword(String) - Method in class ch.racic.caps.CapsConfiguration
-
Password needed to unlock the KeyStore
- setTargetKeyStorePath(String) - Method in class ch.racic.caps.CapsConfiguration
-
Set the path to the desired KeyStore file.
- setTargetKeyStoreType(String) - Method in class ch.racic.caps.CapsConfiguration
-
The type of the target KeyStore.
- setTargetProxy(Proxy) - Method in class ch.racic.caps.CapsConfiguration
-
Set the proxy which is required for the connection to the target server.
- setTargetSslContext(SSLContext) - Method in class ch.racic.caps.CapsConfiguration
-
Set the target SSLContext directly, no need to set target TrustStore or KeyStore after this.
- setTargetTrustStorePassword(String) - Method in class ch.racic.caps.CapsConfiguration
-
Password needed to unlock the TrustStore.
- setTargetTrustStorePath(String) - Method in class ch.racic.caps.CapsConfiguration
-
Set the path to the desired TrustStore file.
- setTargetTrustStoreType(String) - Method in class ch.racic.caps.CapsConfiguration
-
The type of the target TrustStore.
- setThreadPoolSize(int) - Method in class ch.racic.caps.CapsConfiguration
-
Set the thread pool size to limit how many concurrent open connections can be handled, remaining will be queued.
- shutdown() - Method in class ch.racic.caps.CAPServer
-
Initiate shutdown of the proxy server.
- StreamCopyThread - Class in ch.racic.caps.utils
-
Created by rac on 17.02.15.
- StreamCopyThread(InputStream, OutputStream, int, boolean) - Constructor for class ch.racic.caps.utils.StreamCopyThread
-
Thread used to copy all content from an InputStream to an OutputStream.
- StringUtils - Class in ch.racic.caps.utils
-
Created by rac on 22.02.15.
- StringUtils() - Constructor for class ch.racic.caps.utils.StringUtils
-