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 java.lang.Object implements WebSocketSessionListener
-
-
Field Summary
Fields Modifier and Type Field Description private JsrSessionListener
listener
-
Constructor Summary
Constructors Constructor Description JsrSessionListenerBridge(JsrSessionListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
listener
private final JsrSessionListener listener
-
-
Constructor Detail
-
JsrSessionListenerBridge
public JsrSessionListenerBridge(JsrSessionListener listener)
-
-
Method Detail
-
onSessionOpened
public void onSessionOpened(WebSocketSession session)
- Specified by:
onSessionOpened
in interfaceWebSocketSessionListener
-
onSessionClosed
public void onSessionClosed(WebSocketSession session)
- Specified by:
onSessionClosed
in interfaceWebSocketSessionListener
-
-