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.ProcessorNested 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, waitMethods inherited from interface org.eclipse.jetty.io.Content.Chunk
asReadOnly, get, getFailure, hasRemaining, remaining, skipMethods inherited from interface org.eclipse.jetty.io.Retainable
canRetain, release, retain
-
Constructor Details
-
Trailers
-
-
Method Details
-
getByteBuffer
- Specified by:
getByteBufferin interfaceorg.eclipse.jetty.io.Content.Chunk
-
isLast
public boolean isLast()- Specified by:
isLastin interfaceorg.eclipse.jetty.io.Content.Chunk
-
getTrailers
-