Class ClientEndpointConfigWrapper
java.lang.Object
org.eclipse.jetty.ee9.websocket.jakarta.common.EndpointConfigWrapper
org.eclipse.jetty.ee9.websocket.jakarta.common.ClientEndpointConfigWrapper
- All Implemented Interfaces:
jakarta.websocket.ClientEndpointConfig, jakarta.websocket.EndpointConfig, PathParamProvider
public class ClientEndpointConfigWrapper
extends EndpointConfigWrapper
implements jakarta.websocket.ClientEndpointConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.websocket.ClientEndpointConfig
jakarta.websocket.ClientEndpointConfig.Builder, jakarta.websocket.ClientEndpointConfig.Configurator -
Constructor Summary
ConstructorsConstructorDescriptionClientEndpointConfigWrapper(jakarta.websocket.ClientEndpointConfig endpointConfig) -
Method Summary
Methods inherited from class EndpointConfigWrapper
getDecoders, getEncoders, getPathParams, getUserProperties, initMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.ClientEndpointConfig
getSSLContextMethods inherited from interface jakarta.websocket.EndpointConfig
getDecoders, getEncoders, getUserProperties
-
Constructor Details
-
ClientEndpointConfigWrapper
public ClientEndpointConfigWrapper() -
ClientEndpointConfigWrapper
public ClientEndpointConfigWrapper(jakarta.websocket.ClientEndpointConfig endpointConfig)
-
-
Method Details
-
init
public void init(jakarta.websocket.ClientEndpointConfig endpointConfig) -
getPreferredSubprotocols
-
getExtensions
- Specified by:
getExtensionsin interfacejakarta.websocket.ClientEndpointConfig
-
getConfigurator
public jakarta.websocket.ClientEndpointConfig.Configurator getConfigurator()- Specified by:
getConfiguratorin interfacejakarta.websocket.ClientEndpointConfig
-