Class Trailers

java.lang.Object
org.eclipse.jetty.http.Trailers
All Implemented Interfaces:
org.eclipse.jetty.io.Content.Chunk, org.eclipse.jetty.io.Retainable

public class Trailers extends Object implements org.eclipse.jetty.io.Content.Chunk
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Chunk

    org.eclipse.jetty.io.Content.Chunk.Processor

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Retainable

    org.eclipse.jetty.io.Retainable.ReferenceCounter, org.eclipse.jetty.io.Retainable.Wrapper
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.io.Content.Chunk

    EMPTY, EOF
  • Constructor Summary

    Constructors
    Constructor
    Description
    Trailers(HttpFields trailers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.Content.Chunk

    asReadOnly, get, getFailure, hasRemaining, remaining, skip

    Methods inherited from interface org.eclipse.jetty.io.Retainable

    canRetain, release, retain
  • Constructor Details

  • Method Details

    • getByteBuffer

      public ByteBuffer getByteBuffer()
      Specified by:
      getByteBuffer in interface org.eclipse.jetty.io.Content.Chunk
    • isLast

      public boolean isLast()
      Specified by:
      isLast in interface org.eclipse.jetty.io.Content.Chunk
    • getTrailers

      public HttpFields getTrailers()