Package io.airlift.http.client
Class Request
java.lang.Object
io.airlift.http.client.Request
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Request.Builderbuilder()booleangetUri()inthashCode()booleanbooleantoString()
-
Constructor Details
-
Request
@Deprecated public Request(URI uri, String method, com.google.common.collect.ListMultimap<String, String> headers, BodyGenerator bodyGenerator) Deprecated.Usebuilder()to construct this.
-
-
Method Details
-
builder
-
getUri
-
getMethod
-
getHeader
-
getHeaders
-
getBodyGenerator
-
isFollowRedirects
public boolean isFollowRedirects() -
isPreserveAuthorizationOnRedirect
public boolean isPreserveAuthorizationOnRedirect() -
toString
-
equals
-
hashCode
public int hashCode()
-
builder()to construct this.