ProxySettings |
ProxySettings.addHeader(java.lang.String name,
java.lang.String value) |
Add an additional HTTP header passed to the proxy server.
|
ProxySettings |
WebSocketFactory.getProxySettings() |
Get the proxy settings.
|
ProxySettings |
ProxySettings.reset() |
Reset the proxy settings.
|
ProxySettings |
ProxySettings.setCredentials(java.lang.String id,
java.lang.String password) |
Set credentials for authentication at the proxy server.
|
ProxySettings |
ProxySettings.setHost(java.lang.String host) |
Set the host name of the proxy server.
|
ProxySettings |
ProxySettings.setId(java.lang.String id) |
Set the ID for authentication at the proxy server.
|
ProxySettings |
ProxySettings.setPassword(java.lang.String password) |
Set the password for authentication at the proxy server.
|
ProxySettings |
ProxySettings.setPort(int port) |
Set the port number of the proxy server.
|
ProxySettings |
ProxySettings.setSecure(boolean secure) |
Enable or disable use of TLS.
|
ProxySettings |
ProxySettings.setServer(java.lang.String uri) |
Set the proxy server by a URI.
|
private ProxySettings |
ProxySettings.setServer(java.lang.String scheme,
java.lang.String userInfo,
java.lang.String host,
int port) |
|
ProxySettings |
ProxySettings.setServer(java.net.URI uri) |
Set the proxy server by a URI.
|
ProxySettings |
ProxySettings.setServer(java.net.URL url) |
Set the proxy server by a URL.
|
ProxySettings |
ProxySettings.setServerName(java.lang.String serverName) |
Set a server name for SNI (Server Name Indication).
|
ProxySettings |
ProxySettings.setServerNames(java.lang.String[] serverNames) |
Set server names for SNI (Server Name Indication).
|
ProxySettings |
ProxySettings.setSocketFactory(javax.net.SocketFactory factory) |
Set a socket factory.
|
ProxySettings |
ProxySettings.setSSLContext(javax.net.ssl.SSLContext context) |
Set an SSL context to get a socket factory.
|
ProxySettings |
ProxySettings.setSSLSocketFactory(javax.net.ssl.SSLSocketFactory factory) |
Set an SSL socket factory.
|