Interface WebSocketClient

All Known Implementing Classes:
AbstractWebSocketClient, SockJsClient, StandardWebSocketClient

public interface WebSocketClient
Contract for initiating a WebSocket request. As an alternative considering using the declarative style WebSocketConnectionManager that starts a WebSocket connection to a pre-configured URI when the application starts.
Since:
4.0
Author:
Rossen Stoyanchev
See Also: