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
Subclasses with type arguments of type ContinuationWebSocketFrame in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassHandler that aggregate fragmented WebSocketFrame's.Methods in io.netty.handler.codec.http.websocketx that return ContinuationWebSocketFrameModifier and TypeMethodDescriptionContinuationWebSocketFrame.copy()ContinuationWebSocketFrame.duplicate()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)