| Package | Description |
|---|---|
| io.airlift.http.client |
| Modifier and Type | Class and Description |
|---|---|
class |
FileBodyGenerator |
class |
JsonBodyGenerator<T> |
class |
StaticBodyGenerator |
| Modifier and Type | Method and Description |
|---|---|
BodyGenerator |
Request.getBodyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.setBodyGenerator(BodyGenerator bodyGenerator) |
| Constructor and Description |
|---|
Request(URI uri,
String method,
com.google.common.collect.ListMultimap<String,String> headers,
BodyGenerator bodyGenerator)
Deprecated.
Use
Request.builder() to construct this. |
Copyright © 2010–2020 Airlift. All rights reserved.