Uses of Interface
io.airlift.http.client.BodyGenerator
-
Packages that use BodyGenerator Package Description io.airlift.http.client -
-
Uses of BodyGenerator in io.airlift.http.client
Classes in io.airlift.http.client that implement BodyGenerator Modifier and Type Class Description classFileBodyGeneratorclassJsonBodyGenerator<T>classStaticBodyGeneratorMethods in io.airlift.http.client that return BodyGenerator Modifier and Type Method Description BodyGeneratorRequest. getBodyGenerator()Methods in io.airlift.http.client with parameters of type BodyGenerator Modifier and Type Method Description Request.BuilderRequest.Builder. setBodyGenerator(BodyGenerator bodyGenerator)Constructors in io.airlift.http.client with parameters of type BodyGenerator Constructor Description Request(URI uri, String method, com.google.common.collect.ListMultimap<String,String> headers, BodyGenerator bodyGenerator)Deprecated.UseRequest.builder()to construct this.
-