- onBinaryMessage(WebSocket, byte[]) - Method in interface ej.websocket.Endpoint
-
A binary message has been received.
- onBinaryMessage(WebSocket, byte[]) - Method in class ej.websocket.util.EndpointAdapter
-
- onClose(WebSocket, ReasonForClosure) - Method in interface ej.websocket.Endpoint
-
- onClose(WebSocket, ReasonForClosure) - Method in class ej.websocket.util.EndpointAdapter
-
- onError(WebSocket, Throwable) - Method in interface ej.websocket.Endpoint
-
- onError(WebSocket, Throwable) - Method in class ej.websocket.util.EndpointAdapter
-
- onOpen(WebSocket) - Method in interface ej.websocket.Endpoint
-
The connection has been established.
- onOpen(WebSocket) - Method in class ej.websocket.util.EndpointAdapter
-
- onPing(byte[]) - Method in interface ej.websocket.Endpoint
-
A ping frame has been received.
- onPing(byte[]) - Method in class ej.websocket.util.EndpointAdapter
-
- onPong(byte[]) - Method in interface ej.websocket.Endpoint
-
A pong frame has been received.
- onPong(byte[]) - Method in class ej.websocket.util.EndpointAdapter
-
- onTextMessage(WebSocket, String) - Method in interface ej.websocket.Endpoint
-
A text message has been received.
- onTextMessage(WebSocket, String) - Method in class ej.websocket.util.EndpointAdapter
-
- OPCODE_BINARY_FRAME - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a binary frame.
- OPCODE_CONNECTION_CLOSE - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a connection close.
- OPCODE_CONTINUATION_FRAME - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a continuation frame.
- OPCODE_NOT_MANAGED - Static variable in class ej.websocket.Messages
-
We received an OP code that is not managed.
- OPCODE_PING - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a ping.
- OPCODE_PONG - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a pong.
- OPCODE_TEXT_FRAME - Static variable in class ej.websocket.frame.RawFrame
-
Opcode to denote a text frame.
- OPENING_HANDSHAKE - Static variable in class ej.websocket.Messages
-
Sending the opening handshake.