| Class | Description |
|---|---|
| ByteArrayBodyGenerator |
A
BodyGenerator backed by a byte array. |
| FileBodyGenerator |
Creates a request body from the contents of a file.
|
| FileBodyGenerator.FileBody | |
| InputStreamBodyGenerator |
A
BodyGenerator which use an InputStream for reading bytes, without having to read the entire
stream in memory. |
Copyright © 2015. All rights reserved.