Package org.eclipse.jetty.http
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 org.eclipse.jetty.io.Content.Chunk
Content.Chunk.Processor
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Retainable
Retainable.ReferenceCounter, Retainable.Wrapper
-
Field Summary
Fields inherited from interface org.eclipse.jetty.io.Content.Chunk
EMPTY, EOF
-
Constructor Summary
-
Method Summary
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
-
Trailers
-
-
Method Details
-
getByteBuffer
- Specified by:
getByteBuffer
in interfaceContent.Chunk
- Returns:
- the ByteBuffer of this Chunk
-
isLast
public boolean isLast()- Specified by:
isLast
in interfaceContent.Chunk
- Returns:
- whether this is the last Chunk
-
getTrailers
-