Class Trailers

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

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

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

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

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

    org.eclipse.jetty.io.Retainable.ReferenceCounter

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

    org.eclipse.jetty.io.RetainableByteBuffer.Abstract, org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity, org.eclipse.jetty.io.RetainableByteBuffer.EmptyRetainableByteBuffer, org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity, org.eclipse.jetty.io.RetainableByteBuffer.Mutable, org.eclipse.jetty.io.RetainableByteBuffer.NonRetainableByteBuffer, org.eclipse.jetty.io.RetainableByteBuffer.Pooled, org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
  • Field Summary

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

    EMPTY, EOF

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

    NON_RETAINABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Trailers(HttpFields trailers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class org.eclipse.jetty.io.Content.Chunk.Empty

    getByteBuffer, slice

    Methods inherited from class Object

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

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

    asReadOnly, getFailure

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

    canRetain, getRetained, isRetained, release, retain

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

    appendTo, appendTo, asMutable, capacity, clear, copy, get, get, get, hasRemaining, isDirect, isEmpty, isFull, isMutable, limit, maxSize, putTo, remaining, size, skip, slice, space, take, take, takeByteArray, takeFrom, toDetailString, writeTo, writeTo
  • Constructor Details

  • Method Details

    • isLast

      public boolean isLast()
    • getTrailers

      public HttpFields getTrailers()