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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerException
This is a more specific
WebSocketException type. |
Modifier and Type | Method and Description |
---|---|
void |
WebSocket.connect()
Establish a connection to the server described by the URI.
|
Modifier and Type | Method and Description |
---|---|
RawFrame |
FrameScanner.getFrame()
Get a complete frame from the input stream.
|