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 ContinuationWebSocketFrame
WebSocketFrameAggregator. tryContentMessage(Object msg)
Methods in io.netty5.handler.codec.http.websocketx with parameters of type ContinuationWebSocketFrame Modifier and Type Method Description protected void
WebSocketFrameAggregator. aggregate(BufferAllocator allocator, WebSocketFrame aggregated, ContinuationWebSocketFrame content)
protected boolean
WebSocketFrameAggregator. isLastContentMessage(ContinuationWebSocketFrame msg)
protected int
WebSocketFrameAggregator. lengthForContent(ContinuationWebSocketFrame msg)
-