Class WebSocketFrameAggregator

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

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.