public interface WebSocketClient
WebSocketConnectionManager that starts a WebSocket connection
to a pre-configured URI when the application starts.WebSocketConnectionManager| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
doHandshake(WebSocketHandler webSocketHandler,
HttpHeaders headers,
java.net.URI uri) |
WebSocketSession |
doHandshake(WebSocketHandler webSocketHandler,
java.lang.String uriTemplate,
java.lang.Object... uriVariables) |
WebSocketSession doHandshake(WebSocketHandler webSocketHandler, java.lang.String uriTemplate, java.lang.Object... uriVariables) throws WebSocketConnectFailureException
WebSocketConnectFailureExceptionWebSocketSession doHandshake(WebSocketHandler webSocketHandler, HttpHeaders headers, java.net.URI uri) throws WebSocketConnectFailureException
WebSocketConnectFailureException