| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.events.annotated | |
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.jsr356.metadata |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BadPayloadException |
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame
payload.
|
class |
CloseException |
|
class |
InvalidWebSocketException |
Indicating that the provided Class is not a valid WebSocket as defined by the API.
|
class |
MessageTooLargeException |
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.
|
class |
PolicyViolationException |
Exception when a violation of policy occurs and should trigger a connection close.
|
class |
ProtocolException |
Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)
|
class |
UpgradeException |
Exception during WebSocket Upgrade Handshake.
|
class |
WebSocketTimeoutException |
Exception thrown to indicate a connection I/O timeout.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Parser.notifyFrame(Frame f) |
|
void |
Parser.parse(java.nio.ByteBuffer buffer) |
|
void |
Parser.parseSingleFrame(java.nio.ByteBuffer buffer) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InvalidSignatureException |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConfigurationException |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DuplicateCoderException |
Thrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (
Decoder or Encoder) |
Copyright © 1995–2019 Webtide. All rights reserved.