Interface HttpChunk

    • Field Detail

      • LAST_CHUNK

        static final HttpChunkTrailer LAST_CHUNK
        The 'end of content' marker in chunked encoding.
    • Method Detail

      • isLast

        boolean isLast()
        Returns true if and only if this chunk is the 'end of content' marker.
      • setContent

        void setContent​(ChannelBuffer content)
        Sets the content of this chunk. If an empty buffer is specified, this chunk becomes the 'end of content' marker.