Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
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 |
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)
|
Copyright © 1995-2015 Webtide. All Rights Reserved.