Class EagerResponseBodyPart


  • public class EagerResponseBodyPart
    extends HttpResponseBodyPart
    A callback class used when an HTTP response body is received. Bytes are eagerly fetched from the ByteBuf
    • Constructor Detail

      • EagerResponseBodyPart

        public EagerResponseBodyPart​(io.netty.buffer.ByteBuf buf,
                                     boolean last)