| Package | Description |
|---|---|
| org.asynchttpclient.netty.request.body | |
| org.asynchttpclient.request.body | |
| org.asynchttpclient.request.body.generator | |
| org.asynchttpclient.request.body.multipart |
| Modifier and Type | Method and Description |
|---|---|
Body |
NettyBodyBody.getBody() |
| Constructor and Description |
|---|
NettyBodyBody(Body body,
AsyncHttpClientConfig config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RandomAccessBody
A request body which supports random access to its contents.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ByteArrayBodyGenerator.ByteBody |
class |
PushBody |
| Modifier and Type | Method and Description |
|---|---|
Body |
ReactiveStreamsBodyGenerator.createBody() |
Body |
QueueBasedFeedableBodyGenerator.createBody() |
Body |
InputStreamBodyGenerator.createBody()
Creates a new instance of the request body to be read.
|
Body |
ByteArrayBodyGenerator.createBody()
Creates a new instance of the request body to be read.
|
Body |
BodyGenerator.createBody()
Creates a new instance of the request body to be read.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipartBody |
Copyright © 2018. All Rights Reserved.