Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
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.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
org.eclipse.jetty.websocket.common.extensions.mux |
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
|
Modifier and Type | Class and 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 and Description |
---|---|
void |
IncomingFrames.incomingError(WebSocketException e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketSession.incomingError(WebSocketException e)
Incoming Errors from Parser
|
protected void |
Parser.notifyWebSocketException(WebSocketException e) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidSignatureException |
Modifier and Type | Method and Description |
---|---|
void |
EventDriver.incomingError(WebSocketException e) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionStack.incomingError(WebSocketException e) |
void |
AbstractExtension.incomingError(WebSocketException e) |
protected void |
AbstractExtension.nextIncomingError(WebSocketException e) |
Modifier and Type | Method and Description |
---|---|
void |
FragmentExtension.incomingError(WebSocketException e) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityExtension.incomingError(WebSocketException e) |
Modifier and Type | Class and Description |
---|---|
class |
MuxException |
class |
MuxPhysicalConnectionException |
Modifier and Type | Method and Description |
---|---|
void |
MuxChannel.incomingError(WebSocketException e)
Incoming exceptions from Muxer.
|
void |
Muxer.incomingError(WebSocketException e)
Incoming parser errors
|
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.