Uses of Interface
jakarta.websocket.ClientEndpointConfig
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of ClientEndpointConfig in jakarta.websocket
Modifier and TypeMethodDescriptionClientEndpointConfig.Builder.build()
Builds a configuration object using the attributes set on this builder.Modifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) Connect the supplied programmatic client endpoint instance to its server with the given configuration.WebSocketContainer.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Connect the supplied programmatic endpoint to its server with the given configuration.