Uses of Class
org.eclipse.jetty.websocket.core.WebSocketComponents
Packages that use WebSocketComponents
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
- 
Uses of WebSocketComponents in org.eclipse.jetty.ee10.websocket.jakarta.client
Fields in org.eclipse.jetty.ee10.websocket.jakarta.client with type parameters of type WebSocketComponentsModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactoryConstructors in org.eclipse.jetty.ee10.websocket.jakarta.client with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components) JakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) Constructor parameters in org.eclipse.jetty.ee10.websocket.jakarta.client with type arguments of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee10.websocket.jakarta.common
Fields in org.eclipse.jetty.ee10.websocket.jakarta.common declared as WebSocketComponentsModifier and TypeFieldDescriptionprotected final WebSocketComponentsJakartaWebSocketContainer.componentsprotected final WebSocketComponentsJakartaWebSocketFrameHandlerFactory.componentsMethods in org.eclipse.jetty.ee10.websocket.jakarta.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketContainer(WebSocketComponents components) JakartaWebSocketFrameHandlerMetadata(jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
Constructors in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableDecoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Class<?> objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Class<?> objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components, boolean primitive)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
Constructors in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableEncoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee11.websocket.jakarta.client
Fields in org.eclipse.jetty.ee11.websocket.jakarta.client with type parameters of type WebSocketComponentsModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactoryConstructors in org.eclipse.jetty.ee11.websocket.jakarta.client with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components) JakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) Constructor parameters in org.eclipse.jetty.ee11.websocket.jakarta.client with type arguments of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee11.websocket.jakarta.common
Fields in org.eclipse.jetty.ee11.websocket.jakarta.common declared as WebSocketComponentsModifier and TypeFieldDescriptionprotected final WebSocketComponentsJakartaWebSocketContainer.componentsprotected final WebSocketComponentsJakartaWebSocketFrameHandlerFactory.componentsMethods in org.eclipse.jetty.ee11.websocket.jakarta.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee11.websocket.jakarta.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketContainer(WebSocketComponents components) JakartaWebSocketFrameHandlerMetadata(jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
Constructors in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableDecoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Type objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Type objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components, boolean primitive)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
Constructors in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableEncoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee8.websocket.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJettyWebSocketFrameHandlerFactory(WebSocketContainer container, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee8.websocket.javax.client
Fields in org.eclipse.jetty.ee8.websocket.javax.client with type parameters of type WebSocketComponentsModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JavaxWebSocketClientContainer.coreClientFactoryConstructors in org.eclipse.jetty.ee8.websocket.javax.client with parameters of type WebSocketComponentsModifierConstructorDescriptionJavaxWebSocketClientContainer(WebSocketComponents components) JavaxWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) Constructor parameters in org.eclipse.jetty.ee8.websocket.javax.client with type arguments of type WebSocketComponentsModifierConstructorDescriptionJavaxWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee8.websocket.javax.common
Fields in org.eclipse.jetty.ee8.websocket.javax.common declared as WebSocketComponentsModifier and TypeFieldDescriptionprotected final WebSocketComponentsJavaxWebSocketContainer.componentsprotected final WebSocketComponentsJavaxWebSocketFrameHandlerFactory.componentsMethods in org.eclipse.jetty.ee8.websocket.javax.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJavaxWebSocketContainer(WebSocketComponents components) JavaxWebSocketFrameHandlerMetadata(javax.websocket.EndpointConfig endpointConfig, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee8.websocket.javax.common.decoders
Constructors in org.eclipse.jetty.ee8.websocket.javax.common.decoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableDecoders(javax.websocket.EndpointConfig config, WebSocketComponents components) RegisteredDecoder(Class<? extends javax.websocket.Decoder> decoder, Class<? extends javax.websocket.Decoder> interfaceType, Class<?> objectType, javax.websocket.EndpointConfig endpointConfig, WebSocketComponents components) RegisteredDecoder(Class<? extends javax.websocket.Decoder> decoder, Class<? extends javax.websocket.Decoder> interfaceType, Class<?> objectType, javax.websocket.EndpointConfig endpointConfig, WebSocketComponents components, boolean primitive)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee8.websocket.javax.common.encoders
Constructors in org.eclipse.jetty.ee8.websocket.javax.common.encoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableEncoders(javax.websocket.EndpointConfig config, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee9.websocket.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJettyWebSocketFrameHandlerFactory(WebSocketContainer container, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee9.websocket.jakarta.client
Fields in org.eclipse.jetty.ee9.websocket.jakarta.client with type parameters of type WebSocketComponentsModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactoryConstructors in org.eclipse.jetty.ee9.websocket.jakarta.client with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components) JakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) Constructor parameters in org.eclipse.jetty.ee9.websocket.jakarta.client with type arguments of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketClientContainer(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee9.websocket.jakarta.common
Fields in org.eclipse.jetty.ee9.websocket.jakarta.common declared as WebSocketComponentsModifier and TypeFieldDescriptionprotected final WebSocketComponentsJakartaWebSocketContainer.componentsprotected final WebSocketComponentsJakartaWebSocketFrameHandlerFactory.componentsMethods in org.eclipse.jetty.ee9.websocket.jakarta.common that return WebSocketComponentsConstructors in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJakartaWebSocketContainer(WebSocketComponents components) JakartaWebSocketFrameHandlerMetadata(jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
Constructors in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableDecoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Class<?> objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components) RegisteredDecoder(Class<? extends jakarta.websocket.Decoder> decoder, Class<? extends jakarta.websocket.Decoder> interfaceType, Class<?> objectType, jakarta.websocket.EndpointConfig endpointConfig, WebSocketComponents components, boolean primitive)  - 
Uses of WebSocketComponents in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
Constructors in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders with parameters of type WebSocketComponentsModifierConstructorDescriptionAvailableEncoders(jakarta.websocket.EndpointConfig config, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketComponentsConstructors in org.eclipse.jetty.websocket.common with parameters of type WebSocketComponentsModifierConstructorDescriptionJettyWebSocketFrameHandlerFactory(WebSocketContainer container, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return WebSocketComponentsModifier and TypeMethodDescriptionCoreSession.Empty.getWebSocketComponents()CoreSession.getWebSocketComponents()WebSocketCoreSession.getWebSocketComponents()Methods in org.eclipse.jetty.websocket.core with parameters of type WebSocketComponentsModifier and TypeMethodDescriptionvoidAbstractExtension.init(ExtensionConfig config, WebSocketComponents components) voidExtension.init(ExtensionConfig config, WebSocketComponents components) WebSocketExtensionRegistry.newInstance(ExtensionConfig config, WebSocketComponents components) Constructors in org.eclipse.jetty.websocket.core with parameters of type WebSocketComponentsModifierConstructorDescriptionExtensionStack(WebSocketComponents components, Behavior behavior) WebSocketCoreSession(FrameHandler handler, Behavior behavior, Negotiated negotiated, WebSocketComponents components)  - 
Uses of WebSocketComponents in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return WebSocketComponentsConstructors in org.eclipse.jetty.websocket.core.client with parameters of type WebSocketComponentsModifierConstructorDescriptionWebSocketCoreClient(HttpClient httpClient, WebSocketComponents webSocketComponents) WebSocketCoreClient(WebSocketComponents webSocketComponents)  - 
Uses of WebSocketComponents in org.eclipse.jetty.websocket.core.server
Subclasses of WebSocketComponents in org.eclipse.jetty.websocket.core.serverModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory.Methods in org.eclipse.jetty.websocket.core.server that return WebSocketComponentsModifier and TypeMethodDescriptionstatic WebSocketComponentsWebSocketServerComponents.ensureWebSocketComponents(Server server) This ensures aWebSocketComponentsis available on theServerattributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE.static WebSocketComponentsWebSocketServerComponents.ensureWebSocketComponents(Server server, ContextHandler contextHandler) This ensures aWebSocketComponentsis available at theContextHandlerattributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE.ServerUpgradeRequest.getWebSocketComponents()WebSocketMappings.getWebSocketComponents()static WebSocketComponentsWebSocketServerComponents.getWebSocketComponents(ContextHandler contextHandler) static WebSocketComponentsWebSocketServerComponents.getWebSocketComponents(Server server) Methods in org.eclipse.jetty.websocket.core.server with parameters of type WebSocketComponentsModifier and TypeMethodDescriptionbooleanHandshaker.upgradeRequest(WebSocketNegotiator negotiator, Request request, Response response, Callback callback, WebSocketComponents components, Configuration.Customizer defaultCustomizer) Attempts to upgrade a request to WebSocket.Constructors in org.eclipse.jetty.websocket.core.server with parameters of type WebSocketComponentsModifierConstructorDescriptionWebSocketMappings(WebSocketComponents components) WebSocketUpgradeHandler(WebSocketComponents components) WebSocketUpgradeHandler(WebSocketComponents components, Consumer<WebSocketUpgradeHandler> configurator)