Interface HttpChunkTrailer

All Superinterfaces:
HttpChunk
All Known Implementing Classes:
DefaultHttpChunkTrailer

public interface HttpChunkTrailer extends HttpChunk
The last HttpChunk which has trailing headers.
  • Field Summary

    Fields inherited from interface org.jboss.netty.handler.codec.http.HttpChunk

    LAST_CHUNK
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Always returns true.
    Returns the trialing headers of this trailer.

    Methods inherited from interface org.jboss.netty.handler.codec.http.HttpChunk

    getContent, setContent
  • Method Details

    • isLast

      boolean isLast()
      Always returns true.
      Specified by:
      isLast in interface HttpChunk
    • trailingHeaders

      HttpHeaders trailingHeaders()
      Returns the trialing headers of this trailer.