Interface WebSocketSessionScope
-
- All Known Implementing Classes:
JsrSession
,WebSocketSession
public interface WebSocketSessionScope
Defined Scope for a WebSocketSession (active connection)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocketContainerScope
getContainerScope()
The parentWebSocketContainerScope
for this session scope.WebSocketSession
getWebSocketSession()
ActiveWebSocketSession
associated with this scope.
-
-
-
Method Detail
-
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
-
-