| Package | Description |
|---|---|
| org.asynchttpclient.request.body.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueBasedFeedableBodyGenerator<T extends Queue<BodyChunk>> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
QueueBasedFeedableBodyGenerator.offer(BodyChunk chunk) |
protected boolean |
UnboundedQueueFeedableBodyGenerator.offer(BodyChunk chunk) |
protected boolean |
BoundedQueueFeedableBodyGenerator.offer(BodyChunk chunk) |
| Constructor and Description |
|---|
PushBody(Queue<BodyChunk> queue) |
Copyright © 2021. All rights reserved.