java.lang.Object
org.eclipse.jetty.http.Trailers
- All Implemented Interfaces:
org.eclipse.jetty.io.Content.Chunk
,org.eclipse.jetty.io.Retainable
-
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 -
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 interfaceorg.eclipse.jetty.io.Content.Chunk
-
isLast
public boolean isLast()- Specified by:
isLast
in interfaceorg.eclipse.jetty.io.Content.Chunk
-
getTrailers
-