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
|
org.eclipse.jetty.websocket.jsr356.annotations | |
org.eclipse.jetty.websocket.jsr356.endpoints |
Modifier and Type | Method and Description |
---|---|
void |
JettyListenerEventDriver.onClose(CloseInfo close) |
void |
JettyAnnotatedEventDriver.onClose(CloseInfo close) |
void |
EventDriver.onClose(CloseInfo close) |
Modifier and Type | Method and Description |
---|---|
CloseInfo |
IOState.getCloseInfo() |
Modifier and Type | Method and Description |
---|---|
void |
IOState.onAbnormalClose(CloseInfo close)
A websocket connection has been disconnected for abnormal close reasons.
|
void |
IOState.onCloseLocal(CloseInfo close)
A close handshake has been issued from the local endpoint
|
void |
IOState.onCloseRemote(CloseInfo close)
A close handshake has been received from the remote endpoint
|
Constructor and Description |
---|
AbstractWebSocketConnection.OnCloseLocalCallback(CloseInfo close) |
AbstractWebSocketConnection.OnCloseLocalCallback(WriteCallback callback,
CloseInfo close) |
Modifier and Type | Method and Description |
---|---|
void |
OnCloseCallable.call(Object endpoint,
CloseInfo close) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJsrEventDriver.onClose(CloseInfo close) |
Copyright © 1995-2015 Webtide. All Rights Reserved.