Class ClientContainer.JsrSessionListenerBridge
java.lang.Object
org.eclipse.jetty.websocket.jsr356.ClientContainer.JsrSessionListenerBridge
- All Implemented Interfaces:
WebSocketSessionListener
- Enclosing class:
- ClientContainer
private static class ClientContainer.JsrSessionListenerBridge
extends Object
implements WebSocketSessionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onSessionClosed
(WebSocketSession session) void
onSessionOpened
(WebSocketSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.websocket.common.WebSocketSessionListener
onSessionCreated
-
Field Details
-
listener
-
-
Constructor Details
-
JsrSessionListenerBridge
-
-
Method Details
-
onSessionOpened
- Specified by:
onSessionOpened
in interfaceWebSocketSessionListener
-
onSessionClosed
- Specified by:
onSessionClosed
in interfaceWebSocketSessionListener
-