Interface WebSocketSessionListener
-
- All Known Implementing Classes:
SessionTracker
public interface WebSocketSessionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSessionClosed(WebSocketSession session)voidonSessionOpened(WebSocketSession session)
-
-
-
Method Detail
-
onSessionOpened
void onSessionOpened(WebSocketSession session)
-
onSessionClosed
void onSessionClosed(WebSocketSession session)
-
-