Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

O

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
The associated WebSocket is about to close.
onClose(WebSocket, ReasonForClosure) - Method in class ej.websocket.util.EndpointAdapter
 
onError(WebSocket, Throwable) - Method in interface ej.websocket.Endpoint
An error occurred on the WebSocket.
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
 
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.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links