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