JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
P
PING
- Static variable in class ej.websocket.
Messages
A ping has been requested.
ping(byte[])
- Method in class ej.websocket.
WebSocket
Send ping to remote endpoint.
ping()
- Method in class ej.websocket.
WebSocket
Send ping with no payload to remote endpoint.
POLICY_VIOLATION
- Static variable in class ej.websocket.
CloseCodes
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
PONG
- Static variable in class ej.websocket.
Messages
A pong has been requested.
pong(byte[])
- Method in class ej.websocket.
WebSocket
Send an unsolicited pong to remote endpoint.
pong()
- Method in class ej.websocket.
WebSocket
Send an unsolicited pong with no payload to remote endpoint.
PrettyFramePrinter
- Class in
ej.websocket.frame
PrettyFramePrinter will analyze the content of a
RawFrame
and print it in a pretty human readable manner to a given
PrintStream
output.
PrettyFramePrinter(Logger)
- Constructor for class ej.websocket.frame.
PrettyFramePrinter
Create a new PrettyFramePrinter that will print on the given output.
PrettyFramePrinter()
- Constructor for class ej.websocket.frame.
PrettyFramePrinter
Equivalent to
PrettyFramePrinter(System.out)
.
print(RawFrame)
- Method in class ej.websocket.frame.
PrettyFramePrinter
Print a frame.
PROTOCOL_ERROR
- Static variable in class ej.websocket.
CloseCodes
1002 indicates that an endpoint is terminating the connection due to a protocol error.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes