Interface WebSocketSessionListener
- All Known Implementing Classes:
ClientContainer.JsrSessionListenerBridge
,SessionTracker
public interface WebSocketSessionListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onSessionClosed
(WebSocketSession session) default void
onSessionCreated
(WebSocketSession session) default void
onSessionOpened
(WebSocketSession session)
-
Method Details
-
onSessionCreated
-
onSessionOpened
-
onSessionClosed
-