Class ChunkedMessageAggregator

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.MessageToMessageDecoder<I>
io.netty.handler.codec.MessageAggregator<MessageChunk,MessageChunk,MessageChunk,ReassembledMessage>
org.drasyl.handler.stream.ChunkedMessageAggregator
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

@Deprecated public class ChunkedMessageAggregator extends io.netty.handler.codec.MessageAggregator<MessageChunk,MessageChunk,MessageChunk,ReassembledMessage>
Deprecated.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChunkedMessageAggregator(int maxContentLength)
    Deprecated.
    Creates a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    beginAggregation(MessageChunk start, io.netty.buffer.ByteBuf content)
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected boolean
    isContentLengthInvalid(MessageChunk start, int maxContentLength)
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected boolean
    Deprecated.
     
    protected Object
    newContinueResponse(MessageChunk start, int maxContentLength, io.netty.channel.ChannelPipeline pipeline)
    Deprecated.
     

    Methods inherited from class io.netty.handler.codec.MessageAggregator

    acceptInboundMessage, aggregate, channelInactive, channelReadComplete, ctx, decode, finishAggregation, handleOversizedMessage, handlerAdded, handlerRemoved, isHandlingOversizedMessage, maxContentLength, maxCumulationBufferComponents, setMaxCumulationBufferComponents

    Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder

    channelRead

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait