| Interface | Description |
|---|---|
| Endpoint |
An
Endpoint knows how to handle high level websocket events. |
| Class | Description |
|---|---|
| CloseCodes |
RFC6455 defined a list a status codes (section 7.4.1) and reserved code ranges (section 7.4.2).
|
| Messages |
Gather error messages.
|
| ReasonForClosure |
A
ReasonForClosure is a close code (which is a number) and a close reason (which a String that may be empty). |
| WebSocket |
Representation for the physical websocket connection following RFC 6455 definition.
|
| WebSocketSecure |
Representation for the physical websocket connection that support SSL Context.
|
| WebSocketURI |
WebSocketURI is a container for a WebSocket URI as described in RFC 6455.
|
| Enum | Description |
|---|---|
| ConnectionStates |
RFC6455 defined several possible states for a websocket.
|
| Exception | Description |
|---|---|
| ServerException |
This is a more specific
WebSocketException type. |
| WebSocketException |
A special kind of exception thrown by classes associated to
WebSockets. |