Uses of Class
io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Packages that use PingWebSocketFrame Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of PingWebSocketFrame in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return PingWebSocketFrame Modifier and Type Method Description PingWebSocketFrame
PingWebSocketFrame. copy()
PingWebSocketFrame
PingWebSocketFrame. duplicate()
PingWebSocketFrame
PingWebSocketFrame. replace(ByteBuf content)
PingWebSocketFrame
PingWebSocketFrame. retain()
PingWebSocketFrame
PingWebSocketFrame. retain(int increment)
PingWebSocketFrame
PingWebSocketFrame. retainedDuplicate()
PingWebSocketFrame
PingWebSocketFrame. touch()
PingWebSocketFrame
PingWebSocketFrame. touch(java.lang.Object hint)
-