| Package | Description |
|---|---|
| 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 |
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
|
| Constructor | Description |
|---|---|
OnCloseLocalCallback(WriteCallback callback,
CloseInfo close) |
|
OnCloseLocalCallback(CloseInfo close) |
Copyright © 1995–2017 Webtide. All rights reserved.