Uses of Interface
javax.websocket.ClientEndpointConfig
Packages that use ClientEndpointConfig
Package
Description
This package contains all the WebSocket APIs common to both the client
and server side.
-
Uses of ClientEndpointConfig in javax.websocket
Classes in javax.websocket that implement ClientEndpointConfigModifier and TypeClassDescription(package private) final class
The DefaultClientEndpointConfig is a concrete implementation of a client configuration.Methods in javax.websocket that return ClientEndpointConfigModifier and TypeMethodDescriptionClientEndpointConfig.Builder.build()
Builds a configuration object using the attributes set on this builder.Methods in javax.websocket with parameters of type ClientEndpointConfigModifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Connect the supplied programmatic endpoint to its server with the given configuration.WebSocketContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) Connect the supplied programmatic client endpoint instance to its server with the given configuration.