| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.jsr356.annotations | |
| org.eclipse.jetty.websocket.jsr356.endpoints |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketSession.callApplicationOnClose(CloseInfo closeInfo) |
void |
LogicalConnection.close(CloseInfo closeInfo,
Callback callback)
Request a local close.
|
void |
LogicalConnection.remoteClose(CloseInfo close)
Report that the Remote Endpoint CLOSE Frame has been received
|
| Modifier and Type | Method and Description |
|---|---|
void |
JettyAnnotatedEventDriver.onClose(CloseInfo close) |
void |
EventDriver.onClose(CloseInfo close) |
void |
JettyListenerEventDriver.onClose(CloseInfo close) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebSocketConnection.close(CloseInfo close,
Callback callback) |
void |
AbstractWebSocketConnection.remoteClose(CloseInfo close) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnCloseCallable.call(java.lang.Object endpoint,
CloseInfo close) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJsrEventDriver.onClose(CloseInfo close) |
Copyright © 1995–2021 Webtide. All rights reserved.