Uses of Class
io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Packages that use ContinuationWebSocketFrame Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of ContinuationWebSocketFrame in io.netty5.handler.codec.http.websocketx
Methods in io.netty5.handler.codec.http.websocketx that return ContinuationWebSocketFrame Modifier and Type Method Description protected ContinuationWebSocketFrameWebSocketFrameAggregator. tryContentMessage(Object msg)Methods in io.netty5.handler.codec.http.websocketx with parameters of type ContinuationWebSocketFrame Modifier and Type Method Description protected voidWebSocketFrameAggregator. aggregate(BufferAllocator allocator, WebSocketFrame aggregated, ContinuationWebSocketFrame content)protected booleanWebSocketFrameAggregator. isLastContentMessage(ContinuationWebSocketFrame msg)protected intWebSocketFrameAggregator. lengthForContent(ContinuationWebSocketFrame msg)
-