Uses of Interface
org.eclipse.jetty.ee8.websocket.api.WebSocketSessionListener
Packages that use WebSocketSessionListener
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketSessionListener in org.eclipse.jetty.ee8.websocket.api
Methods in org.eclipse.jetty.ee8.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.ee8.websocket.api with type arguments of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidWebSocketContainer.notifySessionListeners(Consumer<WebSocketSessionListener> consumer) Notify the Session Listeners of an event. -
Uses of WebSocketSessionListener in org.eclipse.jetty.ee8.websocket.client
Methods in org.eclipse.jetty.ee8.websocket.client with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidWebSocketClient.addSessionListener(WebSocketSessionListener listener) booleanWebSocketClient.removeSessionListener(WebSocketSessionListener listener) Method parameters in org.eclipse.jetty.ee8.websocket.client with type arguments of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidWebSocketClient.notifySessionListeners(Consumer<WebSocketSessionListener> consumer) -
Uses of WebSocketSessionListener in org.eclipse.jetty.ee8.websocket.common
Classes in org.eclipse.jetty.ee8.websocket.common that implement WebSocketSessionListener -
Uses of WebSocketSessionListener in org.eclipse.jetty.ee8.websocket.server
Methods in org.eclipse.jetty.ee8.websocket.server with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidJettyWebSocketServerContainer.addSessionListener(WebSocketSessionListener listener) booleanJettyWebSocketServerContainer.removeSessionListener(WebSocketSessionListener listener) Method parameters in org.eclipse.jetty.ee8.websocket.server with type arguments of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidJettyWebSocketServerContainer.notifySessionListeners(Consumer<WebSocketSessionListener> consumer)