Uses of Class
org.eclipse.jetty.websocket.jsr356.JsrSession
-
Packages that use JsrSession Package Description org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.jsr356.annotations org.eclipse.jetty.websocket.jsr356.endpoints -
-
Uses of JsrSession in org.eclipse.jetty.websocket.jsr356
Fields in org.eclipse.jetty.websocket.jsr356 declared as JsrSession Modifier and Type Field Description protected JsrSession
AbstractJsrRemote. session
Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type JsrSession Modifier and Type Method Description void
JsrSessionListener. onSessionClosed(JsrSession session)
void
JsrSessionTracker. onSessionClosed(JsrSession session)
void
JsrSessionListener. onSessionOpened(JsrSession session)
void
JsrSessionTracker. onSessionOpened(JsrSession session)
Constructors in org.eclipse.jetty.websocket.jsr356 with parameters of type JsrSession Constructor Description AbstractJsrRemote(JsrSession session)
JsrAsyncRemote(JsrSession session)
JsrBasicRemote(JsrSession session)
-
Uses of JsrSession in org.eclipse.jetty.websocket.jsr356.annotations
Methods in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type JsrSession Modifier and Type Method Description void
JsrCallable. init(JsrSession session)
void
JsrEvents. init(JsrSession session)
void
OnCloseCallable. init(JsrSession session)
void
OnErrorCallable. init(JsrSession session)
void
OnMessageBinaryCallable. init(JsrSession session)
void
OnMessageBinaryStreamCallable. init(JsrSession session)
void
OnMessageCallable. init(JsrSession session)
void
OnMessagePongCallable. init(JsrSession session)
void
OnMessageTextCallable. init(JsrSession session)
void
OnMessageTextStreamCallable. init(JsrSession session)
void
OnOpenCallable. init(JsrSession session)
-
Uses of JsrSession in org.eclipse.jetty.websocket.jsr356.endpoints
Fields in org.eclipse.jetty.websocket.jsr356.endpoints declared as JsrSession Modifier and Type Field Description protected JsrSession
AbstractJsrEventDriver. jsrsession
Methods in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type JsrSession Modifier and Type Method Description abstract void
AbstractJsrEventDriver. init(JsrSession jsrsession)
void
JsrAnnotatedEventDriver. init(JsrSession jsrsession)
void
JsrEndpointEventDriver. init(JsrSession jsrsession)
-