Interface WebSocketSessionScope
- All Known Implementing Classes:
JsrSession, WebSocketSession
public interface WebSocketSessionScope
Defined Scope for a WebSocketSession (active connection)
-
Method Summary
Modifier and TypeMethodDescriptionThe parentWebSocketContainerScopefor this session scope.ActiveWebSocketSessionassociated with this scope.
-
Method Details
-
getWebSocketSession
WebSocketSession getWebSocketSession()ActiveWebSocketSessionassociated with this scope.- Returns:
- the websocket session
-
getContainerScope
WebSocketContainerScope getContainerScope()The parentWebSocketContainerScopefor this session scope.- Returns:
- the websocket container scope
-