Uses of Class
io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Packages that use ContinuationWebSocketFrame
Package
Description
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 ContinuationWebSocketFrameModifier and TypeMethodDescriptionContinuationWebSocketFrame.copy()ContinuationWebSocketFrame.duplicate()ContinuationWebSocketFrame.replace(io.netty.buffer.ByteBuf content) ContinuationWebSocketFrame.retain()ContinuationWebSocketFrame.retain(int increment) ContinuationWebSocketFrame.retainedDuplicate()ContinuationWebSocketFrame.touch()Methods in io.netty.handler.codec.http.websocketx with parameters of type ContinuationWebSocketFrameModifier and TypeMethodDescriptionprotected booleanWebSocketFrameAggregator.isLastContentMessage(ContinuationWebSocketFrame msg)