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