| Package | Description |
|---|---|
| ej.websocket |
This package gathers the classes managing WebSocket.
|
| ej.websocket.frame |
This package gathers the classes handling the frames of a WebSocket.
|
| ej.websocket.util |
This package gathers the util classes.
|
| Class and Description |
|---|
| ConnectionStates
RFC6455 defined several possible states for a websocket.
|
| Endpoint
An
Endpoint knows how to handle high level websocket events. |
| ReasonForClosure
A
ReasonForClosure is a close code (which is a number) and a close reason (which a String that may be empty). |
| ServerException
This is a more specific
WebSocketException type. |
| WebSocket
Representation for the physical websocket connection following RFC 6455 definition.
|
| WebSocketException
A special kind of exception thrown by classes associated to
WebSockets. |
| WebSocketURI
WebSocketURI is a container for a WebSocket URI as described in RFC 6455.
|
| Class and Description |
|---|
| ReasonForClosure
A
ReasonForClosure is a close code (which is a number) and a close reason (which a String that may be empty). |
| WebSocketException
A special kind of exception thrown by classes associated to
WebSockets. |
| Class and Description |
|---|
| Endpoint
An
Endpoint knows how to handle high level websocket events. |
| 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.
|