Uses of Class
com.neovisionaries.ws.client.ProxySettings
-
Uses of ProxySettings in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as ProxySettingsModifier and TypeFieldDescriptionprivate final ProxySettings
WebSocketFactory.mProxySettings
private final ProxySettings
ProxyHandshaker.mSettings
Methods in com.neovisionaries.ws.client that return ProxySettingsModifier and TypeMethodDescriptionAdd an additional HTTP header passed to the proxy server.WebSocketFactory.getProxySettings()
Get the proxy settings.ProxySettings.reset()
Reset the proxy settings.ProxySettings.setCredentials
(String id, String password) Set credentials for authentication at the proxy server.Set the host name of the proxy server.Set the ID for authentication at the proxy server.ProxySettings.setPassword
(String password) Set the password for authentication at the proxy server.ProxySettings.setPort
(int port) Set the port number of the proxy server.ProxySettings.setSecure
(boolean secure) Enable or disable use of TLS.Set the proxy server by a URI.private ProxySettings
Set the proxy server by a URI.Set the proxy server by a URL.ProxySettings.setServerName
(String serverName) Set a server name for SNI (Server Name Indication).ProxySettings.setServerNames
(String[] serverNames) Set server names for SNI (Server Name Indication).ProxySettings.setSocketFactory
(SocketFactory factory) Set a socket factory.ProxySettings.setSSLContext
(SSLContext context) Set an SSL context to get a socket factory.ProxySettings.setSSLSocketFactory
(SSLSocketFactory factory) Set an SSL socket factory.Constructors in com.neovisionaries.ws.client with parameters of type ProxySettingsModifierConstructorDescriptionProxyHandshaker
(String host, int port, ProxySettings settings) (package private)
ProxySettings
(WebSocketFactory factory, ProxySettings settings) Constructor with settings.