Interface WebSocketConnector<CLIENT>

Type Parameters:
CLIENT - The client endpoint class
All Known Implementing Classes:
WebSocketConnectorImpl

@Experimental("This API is experimental and may change in the future") public interface WebSocketConnector<CLIENT>
This connector can be used to configure and open new client connections using a client endpoint class.

This construct is not thread-safe and should not be used concurrently.

See Also: