Uses of Class
org.java_websocket.framing.PingFrame
Packages that use PingFrame
Package
Description
This package encapsulates all interfaces and implementations in relation with the WebSocket
frames.
-
Uses of PingFrame in org.java_websocket
Methods in org.java_websocket that return PingFrameModifier and TypeMethodDescriptionWebSocketAdapter.onPreparePing
(WebSocket conn) Default implementation for onPreparePing, returns a (cached) PingFrame that has no application data.WebSocketListener.onPreparePing
(WebSocket conn) Called just before a ping frame is sent, in order to allow users to customize their ping frame data. -
Uses of PingFrame in org.java_websocket.framing
Constructors in org.java_websocket.framing with parameters of type PingFrame