Class Stream.Data
java.lang.Object
org.eclipse.jetty.http3.api.Stream.Data
- All Implemented Interfaces:
 Retainable
- Enclosing interface:
 Stream
A Stream.Data instance associates a ByteBuffer
containing request bytes or response bytes.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Retainable
Retainable.ReferenceCounter, Retainable.Wrapper - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Retainable
canRetain, release, retain 
- 
Field Details
- 
EOF
 
 - 
 - 
Constructor Details
- 
Data
 
 - 
 - 
Method Details
- 
getByteBuffer
- Returns:
 - the 
ByteBuffercontaining the data bytes 
 - 
isLast
public boolean isLast()- Returns:
 - whether this is the instance that ends the stream of bytes received from the remote peer
 
 - 
toString
 
 -