Uses of Interface
org.eclipse.jetty.websocket.api.WebSocketSessionListener
-
Packages that use WebSocketSessionListener Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type WebSocketSessionListener Modifier and Type Method Description voidWebSocketContainer. addSessionListener(WebSocketSessionListener listener)Register a WebSocketSessionListener with the containerbooleanWebSocketContainer. removeSessionListener(WebSocketSessionListener listener)Remove a WebSocketSessionListener from the containerMethod parameters in org.eclipse.jetty.websocket.api with type arguments of type WebSocketSessionListener Modifier and Type Method Description voidWebSocketContainer. notifySessionListeners(java.util.function.Consumer<WebSocketSessionListener> consumer)Notify the Session Listeners of an event.
-