Interface BasicWebSocketConnector

All Known Implementing Classes:
BasicWebSocketConnectorImpl

@Experimental("This API is experimental and may change in the future") public interface BasicWebSocketConnector
This basic connector can be used to configure and open new client connections. Unlike with WebSocketConnector a client endpoint class is not needed.

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

See Also: