Uses of Class
org.eclipse.jetty.websocket.core.WebSocketComponents
Packages that use WebSocketComponents
Package
Description
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.client.internal
Constructors in org.eclipse.jetty.ee10.websocket.jakarta.client.internal with parameters of type WebSocketComponentsModifierConstructorDescriptionAnnotatedClientEndpointConfig
(jakarta.websocket.ClientEndpoint anno, WebSocketComponents components) -
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.ee10.websocket.server.internal
Constructors in org.eclipse.jetty.ee10.websocket.server.internal with parameters of type WebSocketComponentsModifierConstructorDescriptionJettyServerFrameHandlerFactory
(JettyWebSocketServerContainer container, 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.internal
Methods in org.eclipse.jetty.websocket.core.internal with parameters of type WebSocketComponentsModifier and TypeMethodDescriptionvoid
FragmentExtension.init
(ExtensionConfig config, WebSocketComponents components) void
FrameCaptureExtension.init
(ExtensionConfig config, WebSocketComponents components) void
IdentityExtension.init
(ExtensionConfig config, WebSocketComponents components) void
PerMessageDeflateExtension.init
(ExtensionConfig config, WebSocketComponents components) void
ValidationExtension.init
(ExtensionConfig config, WebSocketComponents components) -
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) -
Uses of WebSocketComponents in org.eclipse.jetty.websocket.core.server.internal
Methods in org.eclipse.jetty.websocket.core.server.internal that return WebSocketComponentsModifier and TypeMethodDescriptionServerUpgradeRequestImpl.getWebSocketComponents()
WebSocketNegotiation.getWebSocketComponents()
Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type WebSocketComponentsModifier and TypeMethodDescriptionprotected abstract WebSocketNegotiation
AbstractHandshaker.newNegotiation
(Request request, Response response, Callback callback, WebSocketComponents webSocketComponents) protected WebSocketNegotiation
RFC6455Handshaker.newNegotiation
(Request request, Response response, Callback callback, WebSocketComponents webSocketComponents) protected WebSocketNegotiation
RFC8441Handshaker.newNegotiation
(Request request, Response response, Callback callback, WebSocketComponents webSocketComponents) protected WebSocketCoreSession
AbstractHandshaker.newWebSocketCoreSession
(Request request, FrameHandler handler, Negotiated negotiated, WebSocketComponents components) boolean
AbstractHandshaker.upgradeRequest
(WebSocketNegotiator negotiator, Request request, Response response, Callback callback, WebSocketComponents components, Configuration.Customizer defaultCustomizer) boolean
HandshakerSelector.upgradeRequest
(WebSocketNegotiator negotiator, Request request, Response response, Callback callback, WebSocketComponents components, Configuration.Customizer defaultCustomizer) Constructors in org.eclipse.jetty.websocket.core.server.internal with parameters of type WebSocketComponentsModifierConstructorDescriptionRFC6455Negotiation
(Request request, Response response, Callback callback, WebSocketComponents components) RFC8441Negotiation
(Request request, Response response, Callback callback, WebSocketComponents components) WebSocketNegotiation
(Request request, Response response, Callback callback, WebSocketComponents webSocketComponents) -
Uses of WebSocketComponents in org.eclipse.jetty.websocket.server.internal
Constructors in org.eclipse.jetty.websocket.server.internal with parameters of type WebSocketComponentsModifierConstructorDescriptionServerFrameHandlerFactory
(WebSocketContainer container, WebSocketComponents components)