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 SummaryNested classes/interfaces inherited from interface javax.websocket.ClientEndpointConfigjavax.websocket.ClientEndpointConfig.Builder, javax.websocket.ClientEndpointConfig.Configurator
- 
Constructor SummaryConstructorsConstructorDescriptionClientEndpointConfigWrapper(javax.websocket.ClientEndpointConfig endpointConfig) 
- 
Method SummaryMethods inherited from class org.eclipse.jetty.websocket.javax.common.EndpointConfigWrappergetDecoders, getEncoders, getPathParams, getUserProperties, initMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.websocket.EndpointConfiggetDecoders, getEncoders, getUserProperties
- 
Constructor Details- 
ClientEndpointConfigWrapperpublic ClientEndpointConfigWrapper()
- 
ClientEndpointConfigWrapperpublic ClientEndpointConfigWrapper(javax.websocket.ClientEndpointConfig endpointConfig) 
 
- 
- 
Method Details- 
initpublic void init(javax.websocket.ClientEndpointConfig endpointConfig) 
- 
getPreferredSubprotocols- Specified by:
- getPreferredSubprotocolsin interface- javax.websocket.ClientEndpointConfig
 
- 
getExtensions- Specified by:
- getExtensionsin interface- javax.websocket.ClientEndpointConfig
 
- 
getConfiguratorpublic javax.websocket.ClientEndpointConfig.Configurator getConfigurator()- Specified by:
- getConfiguratorin interface- javax.websocket.ClientEndpointConfig
 
 
-