| Package | Description | 
|---|---|
| javax.websocket | 
 This package contains all the Jakartq WebSocket APIs common to both the client and server side. 
 | 
| 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(Class<? extends Endpoint> endpointClass,
               ClientEndpointConfig cec,
               URI path)
Connect the supplied programmatic endpoint to its server with the given configuration. 
 | 
Session | 
WebSocketContainer.connectToServer(Endpoint endpointInstance,
               ClientEndpointConfig cec,
               URI path)
Connect the supplied programmatic client endpoint instance to its server with the given configuration. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.