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.coreClientFactory
Constructors 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 WebSocketComponents
JakartaWebSocketContainer.components
protected final WebSocketComponents
JakartaWebSocketFrameHandlerFactory.components
Methods 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.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.coreClientFactory
Constructors 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 WebSocketComponents
JavaxWebSocketContainer.components
protected final WebSocketComponents
JavaxWebSocketFrameHandlerFactory.components
Methods 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.coreClientFactory
Constructors 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 WebSocketComponents
JakartaWebSocketContainer.components
protected final WebSocketComponents
JakartaWebSocketFrameHandlerFactory.components
Methods 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 TypeMethodDescriptionvoid
AbstractExtension.init
(ExtensionConfig config, WebSocketComponents components) void
Extension.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 TypeClassDescriptionclass
A 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 WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server) This ensures aWebSocketComponents
is available on theServer
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.static WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server, ContextHandler contextHandler) This ensures aWebSocketComponents
is available at theContextHandler
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.ServerUpgradeRequest.getWebSocketComponents()
WebSocketMappings.getWebSocketComponents()
static WebSocketComponents
WebSocketServerComponents.getWebSocketComponents
(ContextHandler contextHandler) static WebSocketComponents
WebSocketServerComponents.getWebSocketComponents
(Server server) Methods in org.eclipse.jetty.websocket.core.server with parameters of type WebSocketComponentsModifier and TypeMethodDescriptionboolean
Handshaker.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)