| Package | Description |
|---|---|
| org.asynchttpclient.request.body | |
| org.asynchttpclient.request.body.generator | |
| org.asynchttpclient.request.body.multipart |
| Modifier and Type | Method and Description |
|---|---|
Body.State |
Body.read(ByteBuffer buffer)
Reads the next chunk of bytes from the body.
|
static Body.State |
Body.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Body.State[] |
Body.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Body.State |
SimpleFeedableBodyGenerator.PushBody.read(ByteBuffer buffer) |
Body.State |
ByteArrayBodyGenerator.ByteBody.read(ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
Body.State |
MultipartBody.read(ByteBuffer buffer) |
Copyright © 2015. All Rights Reserved.