public class ContentChunk extends Object
| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
buffer |
org.eclipse.jetty.util.Callback |
callback |
| Constructor and Description |
|---|
ContentChunk(ByteBuffer buffer) |
ContentChunk(ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback) |
public final ByteBuffer buffer
public final org.eclipse.jetty.util.Callback callback
public ContentChunk(ByteBuffer buffer)
public ContentChunk(ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
Copyright © 2017–2024 The Jetty Project. All rights reserved.