|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyGenerator | |
---|---|
com.ning.http.client | |
com.ning.http.client.generators |
Uses of BodyGenerator in com.ning.http.client |
---|
Methods in com.ning.http.client that return BodyGenerator | |
---|---|
BodyGenerator |
Request.getBodyGenerator()
Return the current request's body generator. |
Methods in com.ning.http.client with parameters of type BodyGenerator | |
---|---|
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)
|
Uses of BodyGenerator in com.ning.http.client.generators |
---|
Classes in com.ning.http.client.generators that implement BodyGenerator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |