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