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 |
LogicalConnection.onLocalClose(CloseInfo close)
Called to indicate a close frame was successfully sent to the remote.
|
Constructor and Description |
---|
OnCloseLocalCallback(Callback callback,
LogicalConnection connection,
CloseInfo close) |
Modifier and Type | Method and Description |
---|---|
void |
EventDriver.onClose(CloseInfo close) |
void |
JettyListenerEventDriver.onClose(CloseInfo close) |
void |
JettyAnnotatedEventDriver.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 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) |
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–2018 Webtide. All rights reserved.