|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientEndpointConfig | |
---|---|
javax.websocket |
Uses of ClientEndpointConfig in javax.websocket |
---|
Methods in javax.websocket that return ClientEndpointConfig | |
---|---|
ClientEndpointConfig |
ClientEndpointConfig.Builder.build()
Builds a configuration object using the attributes set on this builder. |
Methods in javax.websocket with parameters of type ClientEndpointConfig | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |