static AsyncRequestBody |
AsyncRequestBody.empty() |
static AsyncRequestBody |
AsyncRequestBody.fromByteBuffer(ByteBuffer byteBuffer) |
static AsyncRequestBody |
AsyncRequestBody.fromBytes(byte[] bytes) |
static AsyncRequestBody |
AsyncRequestBody.fromFile(File file) |
static AsyncRequestBody |
AsyncRequestBody.fromFile(Path path) |
static AsyncRequestBody |
AsyncRequestBody.fromPublisher(org.reactivestreams.Publisher<ByteBuffer> publisher) |
static AsyncRequestBody |
AsyncRequestBody.fromString(String string) |
static AsyncRequestBody |
AsyncRequestBody.fromString(String string,
Charset cs) |