Package org.eclipse.jetty.http
Class Trailers
java.lang.Object
org.eclipse.jetty.io.Content.Chunk.Empty
org.eclipse.jetty.http.Trailers
- All Implemented Interfaces:
Content.Chunk,Retainable,RetainableByteBuffer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Chunk
Content.Chunk.Empty, Content.Chunk.ProcessorNested classes/interfaces inherited from interface org.eclipse.jetty.io.Retainable
Retainable.ReferenceCounterNested classes/interfaces inherited from interface org.eclipse.jetty.io.RetainableByteBuffer
RetainableByteBuffer.Abstract, RetainableByteBuffer.DynamicCapacity, RetainableByteBuffer.EmptyRetainableByteBuffer, RetainableByteBuffer.FixedCapacity, RetainableByteBuffer.Mutable, RetainableByteBuffer.NonRetainableByteBuffer, RetainableByteBuffer.Pooled, RetainableByteBuffer.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.io.Content.Chunk
EMPTY, EOFFields inherited from interface org.eclipse.jetty.io.Retainable
NON_RETAINABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.io.Content.Chunk.Empty
getByteBuffer, sliceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.Content.Chunk
asReadOnly, getFailureMethods inherited from interface org.eclipse.jetty.io.Retainable
canRetain, getRetained, isRetained, release, retainMethods 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
-
Trailers
-
-
Method Details
-
isLast
public boolean isLast()- Returns:
- whether this is the last Chunk
-
getTrailers
-