| Interface | Description |
|---|---|
| BodyGenerator |
Creates a request body.
|
| FeedableBodyGenerator |
BodyGenerator which may return just part of the payload at the time handler is requesting it. |
| FeedListener |
| Class | Description |
|---|---|
| BodyChunk | |
| BoundedQueueFeedableBodyGenerator | |
| ByteArrayBodyGenerator |
A
BodyGenerator backed by a byte array. |
| FileBodyGenerator |
Creates a request body from the contents of a file.
|
| InputStreamBodyGenerator |
A
BodyGenerator which use an InputStream for reading bytes, without having to read the entire stream in memory. |
| PushBody | |
| QueueBasedFeedableBodyGenerator<T extends Queue<BodyChunk>> | |
| ReactiveStreamsBodyGenerator | |
| UnboundedQueueFeedableBodyGenerator |
Copyright © 2021. All rights reserved.