Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356 | |
org.eclipse.jetty.websocket.jsr356.annotations | |
org.eclipse.jetty.websocket.jsr356.endpoints |
Modifier and Type | Field and Description |
---|---|
protected JsrSession |
AbstractJsrRemote.session |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArraySet<JsrSession> |
JsrSessionTracker.sessions |
Modifier and Type | Method and Description |
---|---|
void |
JsrSessionTracker.onSessionClosed(JsrSession session) |
void |
JsrSessionListener.onSessionClosed(JsrSession session) |
void |
JsrSessionTracker.onSessionOpened(JsrSession session) |
void |
JsrSessionListener.onSessionOpened(JsrSession session) |
Constructor and Description |
---|
AbstractJsrRemote(JsrSession session) |
JsrAsyncRemote(JsrSession session) |
JsrBasicRemote(JsrSession session) |
Modifier and Type | Method and Description |
---|---|
void |
OnOpenCallable.init(JsrSession session) |
void |
OnMessageTextStreamCallable.init(JsrSession session) |
void |
OnMessageTextCallable.init(JsrSession session) |
void |
OnMessagePongCallable.init(JsrSession session) |
void |
OnMessageCallable.init(JsrSession session) |
void |
OnMessageBinaryStreamCallable.init(JsrSession session) |
void |
OnMessageBinaryCallable.init(JsrSession session) |
void |
OnErrorCallable.init(JsrSession session) |
void |
OnCloseCallable.init(JsrSession session) |
void |
JsrEvents.init(JsrSession session) |
void |
JsrCallable.init(JsrSession session) |
Modifier and Type | Field and Description |
---|---|
protected JsrSession |
AbstractJsrEventDriver.jsrsession |
Modifier and Type | Method and Description |
---|---|
void |
JsrEndpointEventDriver.init(JsrSession jsrsession) |
void |
JsrAnnotatedEventDriver.init(JsrSession jsrsession) |
abstract void |
AbstractJsrEventDriver.init(JsrSession jsrsession) |