Interface WebSocketSessionScope
-
- All Known Implementing Classes:
WebSocketSession
@Deprecated public interface WebSocketSessionScopeDeprecated.This api is not supported anymore. Please do not use it.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
-
-