| 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
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LogicalConnection.onLocalClose(CloseInfo close) |
Called to indicate a close frame was successfully sent to the remote.
|
| Constructor | Description |
|---|---|
OnCloseLocalCallback(org.eclipse.jetty.util.Callback callback,
LogicalConnection connection,
CloseInfo close) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EventDriver.onClose(CloseInfo close) |
|
void |
JettyAnnotatedEventDriver.onClose(CloseInfo close) |
|
void |
JettyListenerEventDriver.onClose(CloseInfo close) |
| Modifier and Type | Method | Description |
|---|---|---|
CloseInfo |
IOState.getCloseInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IOState.onAbnormalClose(CloseInfo close) |
A websocket connection has been disconnected for abnormal close reasons.
|
void |
IOState.onCloseLocal(CloseInfo closeInfo) |
A close handshake has been issued from the local endpoint
|
void |
IOState.onCloseRemote(CloseInfo closeInfo) |
A close handshake has been received from the remote endpoint
|
void |
AbstractWebSocketConnection.onLocalClose(CloseInfo close) |
Copyright © 1995–2018 Webtide. All rights reserved.