Class WebSocketFrameAggregator

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    public class WebSocketFrameAggregator
    extends io.netty.handler.codec.MessageAggregator<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.