Uses of Interface
org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
Packages that use WebSocketContainerScope
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : Extension Implementations
-
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketContainerScopeConstructors 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
Constructors in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketContainerScope -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common.extensions
Methods 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, InflaterPool inflaterPool, DeflaterPool deflaterPool) -
Uses of WebSocketContainerScope in org.eclipse.jetty.websocket.common.scopes
Classes in org.eclipse.jetty.websocket.common.scopes that implement WebSocketContainerScopeMethods 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)