Uses of Class
org.java_websocket.framing.PingFrame
-
Packages that use PingFrame Package Description org.java_websocket.framing This package encapsulates all interfaces and implementations in relation with the WebSocket frames. -
-
Uses of PingFrame in org.java_websocket.framing
Constructors in org.java_websocket.framing with parameters of type PingFrame Constructor Description PongFrame(PingFrame pingFrame)
constructor which sets the opcode of this frame to ping copying over the payload of the ping
-