Uses of Class
io.helidon.nima.websocket.client.WsClient.Builder
Packages that use WsClient.Builder
-
Uses of WsClient.Builder in io.helidon.nima.websocket.client
Methods in io.helidon.nima.websocket.client that return WsClient.BuilderModifier and TypeMethodDescriptionWsClient.Builder.addSubProtocol(String preferred) Add sub-protocol.static WsClient.BuilderWsClient.builder()A new fluent API builder to create new instances of client.WsClient.Builder.header(Http.HeaderValue header) Configure a custom header to be sent.WsClient.Builder.subProtocols(String... preferred) Configure sub-protocols.