Uses of Interface
io.quarkus.websockets.next.WebSocketConnector
Packages that use WebSocketConnector
-
Uses of WebSocketConnector in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return WebSocketConnectorModifier and TypeMethodDescriptionAdd a header used during the initial handshake request.WebSocketConnector.addSubprotocol(String value) Add the subprotocol.default WebSocketConnector<CLIENT> Set the base URI.Set the base URI.WebSocketConnector.customizeOptions(BiConsumer<io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.http.WebSocketClientOptions> customizer) This method allows to customizeWebSocketConnectOptionsandWebSocketClientOptions.Set the path param.WebSocketConnector.tlsConfigurationName(String tlsConfigurationName) Set the name of theTlsConfiguration.<VALUE> WebSocketConnector<CLIENT> WebSocketConnector.userData(UserData.TypedKey<VALUE> key, VALUE value) Add a value to the connection user data. -
Uses of WebSocketConnector in io.quarkus.websockets.next.runtime
Classes in io.quarkus.websockets.next.runtime that implement WebSocketConnector