Uses of Interface
org.eclipse.jetty.websocket.api.WebSocketSessionListener
Packages that use WebSocketSessionListener
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidWebSocketContainer.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 WebSocketSessionListenerModifier and TypeMethodDescriptionvoidWebSocketContainer.notifySessionListeners(Consumer<WebSocketSessionListener> consumer) Notify the Session Listeners of an event.