Interface WebSocketSessionScope
-
- All Known Implementing Classes:
WebSocketSession
@Deprecated(since="2021-05-27") public interface WebSocketSessionScopeDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Defined Scope for a WebSocketSession (active connection)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WebSocketContainerScopegetContainerScope()Deprecated.The parentWebSocketContainerScopefor this session scope.WebSocketSessiongetWebSocketSession()Deprecated.ActiveWebSocketSessionassociated with this scope.
-
-
-
Method Detail
-
getWebSocketSession
WebSocketSession getWebSocketSession()
Deprecated.ActiveWebSocketSessionassociated with this scope.- Returns:
- the websocket session
-
getContainerScope
WebSocketContainerScope getContainerScope()
Deprecated.The parentWebSocketContainerScopefor this session scope.- Returns:
- the websocket container scope
-
-