Class Trailers
java.lang.Object
org.eclipse.jetty.http.Trailers
- All Implemented Interfaces:
Content.Chunk, Retainable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Content.Chunk
Content.Chunk.ProcessorNested classes/interfaces inherited from interface Retainable
Retainable.ReferenceCounter, Retainable.Wrapper -
Field Summary
Fields inherited from interface Content.Chunk
EMPTY, EOF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Content.Chunk
asReadOnly, get, getFailure, hasRemaining, remaining, skipMethods inherited from interface Retainable
canRetain, release, retain
-
Constructor Details
-
Trailers
-
-
Method Details
-
getByteBuffer
- Specified by:
getByteBufferin interfaceContent.Chunk- Returns:
- the ByteBuffer of this Chunk
-
isLast
public boolean isLast()- Specified by:
isLastin interfaceContent.Chunk- Returns:
- whether this is the last Chunk
-
getTrailers
-