Class DefaultHttpChunk

    • Constructor Detail

      • DefaultHttpChunk

        public DefaultHttpChunk​(ChannelBuffer content)
        Creates a new instance with the specified chunk content. If an empty buffer is specified, this chunk becomes the 'end of content' marker.
    • Method Detail

      • setContent

        public void setContent​(ChannelBuffer content)
        Description copied from interface: HttpChunk
        Sets the content of this chunk. If an empty buffer is specified, this chunk becomes the 'end of content' marker.
        Specified by:
        setContent in interface HttpChunk
      • isLast

        public boolean isLast()
        Description copied from interface: HttpChunk
        Returns true if and only if this chunk is the 'end of content' marker.
        Specified by:
        isLast in interface HttpChunk