Class ClientEndpointConfigWrapper
java.lang.Object
org.eclipse.jetty.websocket.javax.common.EndpointConfigWrapper
org.eclipse.jetty.websocket.javax.common.ClientEndpointConfigWrapper
- All Implemented Interfaces:
javax.websocket.ClientEndpointConfig
,javax.websocket.EndpointConfig
,PathParamProvider
- Direct Known Subclasses:
AnnotatedClientEndpointConfig
,BasicClientEndpointConfig
public class ClientEndpointConfigWrapper
extends EndpointConfigWrapper
implements javax.websocket.ClientEndpointConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.websocket.ClientEndpointConfig
javax.websocket.ClientEndpointConfig.Builder, javax.websocket.ClientEndpointConfig.Configurator
-
Constructor Summary
ConstructorDescriptionClientEndpointConfigWrapper
(javax.websocket.ClientEndpointConfig endpointConfig) -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.javax.common.EndpointConfigWrapper
getDecoders, getEncoders, getPathParams, getUserProperties, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.websocket.EndpointConfig
getDecoders, getEncoders, getUserProperties
-
Constructor Details
-
ClientEndpointConfigWrapper
public ClientEndpointConfigWrapper() -
ClientEndpointConfigWrapper
public ClientEndpointConfigWrapper(javax.websocket.ClientEndpointConfig endpointConfig)
-
-
Method Details
-
init
public void init(javax.websocket.ClientEndpointConfig endpointConfig) -
getPreferredSubprotocols
- Specified by:
getPreferredSubprotocols
in interfacejavax.websocket.ClientEndpointConfig
-
getExtensions
- Specified by:
getExtensions
in interfacejavax.websocket.ClientEndpointConfig
-
getConfigurator
public javax.websocket.ClientEndpointConfig.Configurator getConfigurator()- Specified by:
getConfigurator
in interfacejavax.websocket.ClientEndpointConfig
-