Uses of Interface
io.airlift.http.client.BodyGenerator

Uses of BodyGenerator in io.airlift.http.client
 

Classes in io.airlift.http.client that implement BodyGenerator
 class JsonBodyGenerator<T>
           
 class StaticBodyGenerator
           
 

Methods in io.airlift.http.client that return BodyGenerator
 BodyGenerator Request.getBodyGenerator()
           
 

Methods in io.airlift.http.client with parameters of type BodyGenerator
 Request.Builder Request.Builder.setBodyGenerator(BodyGenerator bodyGenerator)
           
 

Constructors in io.airlift.http.client with parameters of type BodyGenerator
Request(URI uri, String method, com.google.common.collect.ListMultimap<String,String> headers, BodyGenerator bodyGenerator)
           
 



Copyright © 2010-2012 Airlift. All Rights Reserved.