Interface HttpChunkTrailer

All Superinterfaces:
HttpChunk
All Known Implementing Classes:
DefaultHttpChunkTrailer

public interface HttpChunkTrailer extends HttpChunk
The last HttpChunk which has trailing headers.
  • Method Details

    • isLast

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

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