| ByteArrayBodyGenerator | A BodyGenerator backed by a byte array. |
| ByteArrayBodyGenerator.ByteBody | |
| 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. |
| InputStreamBodyGenerator.ISBody |