Package | Description |
---|---|
javax.websocket |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultClientEndpointConfig
The DefaultClientEndpointConfig is a concrete implementation of a client configuration.
|
Modifier and Type | Method and Description |
---|---|
ClientEndpointConfig |
ClientEndpointConfig.Builder.build()
Builds a configuration object using the attributes set
on this builder.
|
Modifier and Type | Method and Description |
---|---|
Session |
WebSocketContainer.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.
|
Session |
WebSocketContainer.connectToServer(Endpoint endpointInstance,
ClientEndpointConfig cec,
java.net.URI path)
Connect the supplied programmatic client endpoint instance to its server
with the given configuration.
|