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.websocketxMethods in io.netty.handler.codec.http.websocketx that return TextWebSocketFrame Modifier and Type Method Description TextWebSocketFrameTextWebSocketFrame. copy()TextWebSocketFrameTextWebSocketFrame. duplicate()TextWebSocketFrameTextWebSocketFrame. replace(ByteBuf content)TextWebSocketFrameTextWebSocketFrame. retain()TextWebSocketFrameTextWebSocketFrame. retain(int increment)TextWebSocketFrameTextWebSocketFrame. retainedDuplicate()TextWebSocketFrameTextWebSocketFrame. touch()TextWebSocketFrameTextWebSocketFrame. touch(java.lang.Object hint)
 
-