Uses of Interface
org.eclipse.jetty.websocket.common.WebSocketSessionListener
Packages that use WebSocketSessionListener
Package
Description
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.client
Fields in org.eclipse.jetty.websocket.client with type parameters of type WebSocketSessionListenerModifier and TypeFieldDescriptionprivate final List<WebSocketSessionListener>
WebSocketClient.sessionListeners
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type WebSocketSessionListenerMethods in org.eclipse.jetty.websocket.client with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoid
WebSocketClient.addSessionListener
(WebSocketSessionListener listener) void
WebSocketClient.removeSessionListener
(WebSocketSessionListener listener) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement WebSocketSessionListenerMethod parameters in org.eclipse.jetty.websocket.common with type arguments of type WebSocketSessionListenerModifier and TypeMethodDescriptionprivate void
WebSocketSession.notifySessionListeners
(WebSocketContainerScope scope, Consumer<WebSocketSessionListener> consumer) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common.scopes
Fields in org.eclipse.jetty.websocket.common.scopes with type parameters of type WebSocketSessionListenerModifier and TypeFieldDescriptionprivate List<WebSocketSessionListener>
SimpleContainerScope.sessionListeners
Methods in org.eclipse.jetty.websocket.common.scopes that return types with arguments of type WebSocketSessionListenerModifier and TypeMethodDescriptionDelegatedContainerScope.getSessionListeners()
SimpleContainerScope.getSessionListeners()
WebSocketContainerScope.getSessionListeners()
Methods in org.eclipse.jetty.websocket.common.scopes with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoid
DelegatedContainerScope.addSessionListener
(WebSocketSessionListener listener) void
SimpleContainerScope.addSessionListener
(WebSocketSessionListener listener) void
WebSocketContainerScope.addSessionListener
(WebSocketSessionListener listener) void
DelegatedContainerScope.removeSessionListener
(WebSocketSessionListener listener) void
SimpleContainerScope.removeSessionListener
(WebSocketSessionListener listener) void
WebSocketContainerScope.removeSessionListener
(WebSocketSessionListener listener) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement WebSocketSessionListenerMethods in org.eclipse.jetty.websocket.jsr356 that return types with arguments of type WebSocketSessionListenerMethods in org.eclipse.jetty.websocket.jsr356 with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoid
ClientContainer.addSessionListener
(WebSocketSessionListener listener) void
ClientContainer.removeSessionListener
(WebSocketSessionListener listener) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.server
Fields in org.eclipse.jetty.websocket.server with type parameters of type WebSocketSessionListenerModifier and TypeFieldDescriptionprivate final List<WebSocketSessionListener>
WebSocketServerFactory.listeners
Methods in org.eclipse.jetty.websocket.server that return types with arguments of type WebSocketSessionListenerMethods in org.eclipse.jetty.websocket.server with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoid
WebSocketServerFactory.addSessionListener
(WebSocketSessionListener listener) void
WebSocketServerFactory.removeSessionListener
(WebSocketSessionListener listener)