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.websocketx
Methods in io.netty.handler.codec.http.websocketx that return ContinuationWebSocketFrame Modifier and Type Method Description ContinuationWebSocketFrame
ContinuationWebSocketFrame. copy()
ContinuationWebSocketFrame
ContinuationWebSocketFrame. duplicate()
ContinuationWebSocketFrame
ContinuationWebSocketFrame. replace(ByteBuf content)
ContinuationWebSocketFrame
ContinuationWebSocketFrame. retain()
ContinuationWebSocketFrame
ContinuationWebSocketFrame. retain(int increment)
ContinuationWebSocketFrame
ContinuationWebSocketFrame. retainedDuplicate()
ContinuationWebSocketFrame
ContinuationWebSocketFrame. touch()
ContinuationWebSocketFrame
ContinuationWebSocketFrame. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.http.websocketx with parameters of type ContinuationWebSocketFrame Modifier and Type Method Description protected boolean
WebSocketFrameAggregator. isLastContentMessage(ContinuationWebSocketFrame msg)
-