Uses of Interface
org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
Packages that use WebSocketContainerScope
Package
Description
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.client
Classes in org.eclipse.jetty.websocket.client that implement WebSocketContainerScopeModifier and TypeClassDescriptionclassWebSocketClient provides a means of establishing connections to remote websocket endpoints.Methods in org.eclipse.jetty.websocket.client with parameters of type WebSocketContainerScopeModifier and TypeMethodDescriptionstatic org.eclipse.jetty.client.HttpClientHttpClientProvider.get(WebSocketContainerScope scope) static org.eclipse.jetty.client.HttpClientXmlBasedHttpClientProvider.get(WebSocketContainerScope scope) static org.eclipse.jetty.client.HttpClientDefaultHttpClientProvider.newHttpClient(WebSocketContainerScope scope) Constructors in org.eclipse.jetty.websocket.client with parameters of type WebSocketContainerScopeModifierConstructorDescriptionDeprecated.WebSocketClient(WebSocketContainerScope scope, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory) Deprecated.useWebSocketClient(HttpClient)insteadWebSocketClient(WebSocketContainerScope scope, EventDriverFactory eventDriverFactory, SessionFactory sessionFactory) Deprecated.WebSocketClient(WebSocketContainerScope scope, EventDriverFactory eventDriverFactory, SessionFactory sessionFactory, org.eclipse.jetty.client.HttpClient httpClient) Create WebSocketClient based on pre-existing Container Scope, to allow sharing of internal features like Executor, ByteBufferPool, SSLContextFactory, etc. -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common
Fields in org.eclipse.jetty.websocket.common declared as WebSocketContainerScopeModifier and TypeFieldDescriptionprivate final WebSocketContainerScopeWebSocketSession.containerScopeprivate final WebSocketContainerScopeWebSocketSessionFactory.containerScopeMethods in org.eclipse.jetty.websocket.common that return WebSocketContainerScopeMethods in org.eclipse.jetty.websocket.common with parameters of type WebSocketContainerScopeModifier and TypeMethodDescriptionprivate voidWebSocketSession.notifySessionListeners(WebSocketContainerScope scope, Consumer<WebSocketSessionListener> consumer) Constructors in org.eclipse.jetty.websocket.common with parameters of type WebSocketContainerScopeModifierConstructorDescriptionWebSocketSession(WebSocketContainerScope containerScope, URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSessionFactory(WebSocketContainerScope containerScope) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as WebSocketContainerScopeModifier and TypeFieldDescriptionprivate final WebSocketContainerScopeEventDriverFactory.containerScopeConstructors in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketContainerScope -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common.extensions
Fields in org.eclipse.jetty.websocket.common.extensions declared as WebSocketContainerScopeModifier and TypeFieldDescriptionprivate final WebSocketContainerScopeWebSocketExtensionFactory.containerMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type WebSocketContainerScopeModifier and TypeMethodDescriptionvoidAbstractExtension.init(WebSocketContainerScope container) Deprecated.Constructors in org.eclipse.jetty.websocket.common.extensions with parameters of type WebSocketContainerScopeModifierConstructorDescriptionWebSocketExtensionFactory(WebSocketContainerScope container) WebSocketExtensionFactory(WebSocketContainerScope container, org.eclipse.jetty.util.compression.InflaterPool inflaterPool, org.eclipse.jetty.util.compression.DeflaterPool deflaterPool) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common.scopes
Classes in org.eclipse.jetty.websocket.common.scopes that implement WebSocketContainerScopeFields in org.eclipse.jetty.websocket.common.scopes declared as WebSocketContainerScopeModifier and TypeFieldDescriptionprivate final WebSocketContainerScopeDelegatedContainerScope.delegateMethods in org.eclipse.jetty.websocket.common.scopes that return WebSocketContainerScopeModifier and TypeMethodDescriptionWebSocketSessionScope.getContainerScope()The parentWebSocketContainerScopefor this session scope.Constructors in org.eclipse.jetty.websocket.common.scopes with parameters of type WebSocketContainerScopeModifierConstructorDescriptionDelegatedContainerScope(WebSocketPolicy policy, WebSocketContainerScope parentScope) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement WebSocketContainerScopeModifier and TypeClassDescriptionclassContainer for Client use of the javax.websocket API.Fields in org.eclipse.jetty.websocket.jsr356 declared as WebSocketContainerScopeModifier and TypeFieldDescriptionprivate final WebSocketContainerScopeDecoderFactory.containerScopeprivate final WebSocketContainerScopeEncoderFactory.containerScopeprivate final WebSocketContainerScopeClientContainer.scopeDelegateThe delegated Container ScopeConstructors in org.eclipse.jetty.websocket.jsr356 with parameters of type WebSocketContainerScopeModifierConstructorDescriptionThis is the entry point for ServerContainer, via ServletContext.getAttribute(ServerContainer.class.getName())protectedClientContainer(WebSocketContainerScope scope, org.eclipse.jetty.client.HttpClient httpClient) This is the entry point for ServerContainer, via ServletContext.getAttribute(ServerContainer.class.getName())DecoderFactory(WebSocketContainerScope containerScope, DecoderMetadataSet metadatas) protectedDecoderFactory(WebSocketContainerScope containerScope, DecoderMetadataSet metadatas, DecoderFactory parentFactory) EncoderFactory(WebSocketContainerScope containerScope, EncoderMetadataSet metadatas) protectedEncoderFactory(WebSocketContainerScope containerScope, EncoderMetadataSet metadatas, EncoderFactory parentFactory) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.jsr356.endpoints
Constructors in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type WebSocketContainerScope -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement WebSocketContainerScopeFields in org.eclipse.jetty.websocket.jsr356.server declared as WebSocketContainerScopeConstructors in org.eclipse.jetty.websocket.jsr356.server with parameters of type WebSocketContainerScopeModifierConstructorDescriptionAnnotatedServerEndpointConfig(WebSocketContainerScope containerScope, Class<?> endpointClass, javax.websocket.server.ServerEndpoint anno) AnnotatedServerEndpointConfig(WebSocketContainerScope containerScope, Class<?> endpointClass, javax.websocket.server.ServerEndpoint anno, javax.websocket.server.ServerEndpointConfig baseConfig) protectedAnnotatedServerEndpointMetadata(WebSocketContainerScope containerScope, Class<?> websocket, javax.websocket.server.ServerEndpointConfig baseConfig) BasicServerEndpointConfig(WebSocketContainerScope containerScope, Class<?> endpointClass, String path) BasicServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig copy) JsrCreator(WebSocketContainerScope containerScope, ServerEndpointMetadata metadata, ExtensionFactory extensionFactory) PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, Map<String, String> pathParameters) PathParamServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig config, org.eclipse.jetty.http.pathmap.UriTemplatePathSpec pathSpec, String requestPath) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement WebSocketContainerScopeModifier and TypeClassDescriptionclassFactory to create WebSocket connections
WebSocketClient(HttpClient)instead