Class ContentChunk
java.lang.Object
org.eclipse.jetty.reactive.client.ContentChunk
public class ContentChunk extends Object
A chunk of content, made of a ByteBuffer and a Callback.
-
Field Summary
Fields Modifier and Type Field Description ByteBufferbufferorg.eclipse.jetty.util.Callbackcallback -
Constructor Summary
Constructors Constructor Description ContentChunk(ByteBuffer buffer)ContentChunk(ByteBuffer buffer, org.eclipse.jetty.util.Callback callback) -
Method Summary