Uses of Interface
com.ning.http.client.BodyGenerator

Packages that use BodyGenerator
com.ning.http.client   
com.ning.http.client.generators   
com.ning.http.client.providers.grizzly   
 

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.
 

Uses of BodyGenerator in com.ning.http.client.providers.grizzly
 

Classes in com.ning.http.client.providers.grizzly that implement BodyGenerator
 class FeedableBodyGenerator
          A Grizzly-specific BodyGenerator that allows data to be fed to the connection in blocking or non-blocking fashion via the use of a FeedableBodyGenerator.Feeder.
 



Copyright © 2014. All Rights Reserved.