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