Package | Description |
---|---|
com.ning.http.client | |
com.ning.http.client.generators |
Modifier and Type | Method and Description |
---|---|
BodyGenerator |
Request.getBodyGenerator()
Return the current request's body generator.
|
Modifier and Type | Method and Description |
---|---|
Future<Response> |
SimpleAsyncHttpClient.post(BodyGenerator bodyGenerator) |
Future<Response> |
SimpleAsyncHttpClient.post(BodyGenerator bodyGenerator,
BodyConsumer bodyConsumer) |
Future<Response> |
SimpleAsyncHttpClient.post(BodyGenerator bodyGenerator,
BodyConsumer bodyConsumer,
ThrowableHandler throwableHandler) |
Future<Response> |
SimpleAsyncHttpClient.post(BodyGenerator bodyGenerator,
ThrowableHandler throwableHandler) |
Future<Response> |
SimpleAsyncHttpClient.put(BodyGenerator bodyGenerator) |
Future<Response> |
SimpleAsyncHttpClient.put(BodyGenerator bodyGenerator,
BodyConsumer bodyConsumer) |
Future<Response> |
SimpleAsyncHttpClient.put(BodyGenerator bodyGenerator,
BodyConsumer bodyConsumer,
ThrowableHandler throwableHandler) |
Future<Response> |
SimpleAsyncHttpClient.put(BodyGenerator bodyGenerator,
ThrowableHandler throwableHandler) |
T |
RequestBuilderBase.setBody(BodyGenerator bodyGenerator) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayBodyGenerator
A
BodyGenerator backed by a byte array. |
class |
FileBodyGenerator
Creates a request body from the contents of a file.
|
class |
InputStreamBodyGenerator
A
BodyGenerator which use an InputStream for reading bytes, without having to read the entire
stream in memory. |
Copyright © 2015. All rights reserved.