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