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

Packages that use BodyGenerator
com.ning.http.client   
 

Uses of BodyGenerator in com.ning.http.client
 

Classes in com.ning.http.client that implement BodyGenerator
 class FileBodyGenerator
          Creates a request body from the contents of a file.
 

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
 T RequestBuilderBase.setBody(BodyGenerator bodyGenerator)
           
 



Copyright © 2010. All Rights Reserved.