Class WebSocketFrameAggregator

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    public class WebSocketFrameAggregator
    extends io.netty5.handler.codec.MessageAggregatorNew<WebSocketFrame,​WebSocketFrame,​ContinuationWebSocketFrame,​WebSocketFrame>
    Handler that aggregate fragmented WebSocketFrame's. Be aware if PING/PONG/CLOSE frames are send in the middle of a fragmented WebSocketFrame they will just get forwarded to the next handler in the pipeline.