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