java.lang.Object
org.eclipse.jetty.websocket.jakarta.common.EndpointConfigWrapper
org.eclipse.jetty.websocket.jakarta.common.ClientEndpointConfigWrapper
org.eclipse.jetty.websocket.jakarta.client.internal.AnnotatedClientEndpointConfig
All Implemented Interfaces:
jakarta.websocket.ClientEndpointConfig, jakarta.websocket.EndpointConfig, org.eclipse.jetty.websocket.jakarta.common.PathParamProvider

public class AnnotatedClientEndpointConfig extends org.eclipse.jetty.websocket.jakarta.common.ClientEndpointConfigWrapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.websocket.ClientEndpointConfig

    jakarta.websocket.ClientEndpointConfig.Builder, jakarta.websocket.ClientEndpointConfig.Configurator
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnotatedClientEndpointConfig(jakarta.websocket.ClientEndpoint anno, org.eclipse.jetty.websocket.core.WebSocketComponents components)
     
  • Method Summary

    Methods inherited from class org.eclipse.jetty.websocket.jakarta.common.ClientEndpointConfigWrapper

    getConfigurator, getExtensions, getPreferredSubprotocols, init

    Methods inherited from class org.eclipse.jetty.websocket.jakarta.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 jakarta.websocket.EndpointConfig

    getDecoders, getEncoders, getUserProperties
  • Constructor Details

    • AnnotatedClientEndpointConfig

      public AnnotatedClientEndpointConfig(jakarta.websocket.ClientEndpoint anno, org.eclipse.jetty.websocket.core.WebSocketComponents components)