Interface WebSocketClientProvider
- 
 public interface WebSocketClientProviderProvider of a WebSocket clients.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpWebSocketClientnewClient(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions)Creates a new WebSocket client.
 
- 
- 
- 
Method Detail- 
newClientHttpWebSocketClient newClient(ClientTlsOptions tlsOptions, ProxyOptions proxyOptions) throws IOException Creates a new WebSocket client.- Parameters:
- tlsOptions- Security settings for the connection (may be- null)
- proxyOptions- Proxy settings for the connection (must not be- null)
- Returns:
- an HttpWebSocketClientimplementation
- Throws:
- IOException- on any error when creating the WebSocket client
 
 
- 
 
-