Class DefaultHttpChunkTrailer

    • Field Detail

      • trailingHeaders

        private final HttpHeaders trailingHeaders
    • Constructor Detail

      • DefaultHttpChunkTrailer

        public DefaultHttpChunkTrailer()
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • appendHeaders

        private void appendHeaders​(java.lang.StringBuilder buf)