Interface WebSocketSessionScope
-
- All Known Implementing Classes:
WebSocketSession
@Deprecated(since="2021-05-27") public interface WebSocketSessionScope
Deprecated.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 WebSocketContainerScope
getContainerScope()
Deprecated.The parentWebSocketContainerScope
for this session scope.WebSocketSession
getWebSocketSession()
Deprecated.ActiveWebSocketSession
associated with this scope.
-
-
-
Method Detail
-
getWebSocketSession
WebSocketSession getWebSocketSession()
Deprecated.ActiveWebSocketSession
associated with this scope.- Returns:
- the websocket session
-
getContainerScope
WebSocketContainerScope getContainerScope()
Deprecated.The parentWebSocketContainerScope
for this session scope.- Returns:
- the websocket container scope
-
-