@NoImplement
public interface HttpRequestOptions
HttpRequest. Instances can only be obtained through a HttpRequestOptionsBuilder.| Modifier and Type | Method and Description |
|---|---|
static HttpRequestOptionsBuilder |
builder() |
static HttpRequestOptionsBuilder |
builder(HttpRequestOptions options) |
Optional<HttpAuthentication> |
getAuthentication() |
Optional<ProxyConfig> |
getProxyConfig() |
int |
getResponseTimeout() |
boolean |
isFollowsRedirect() |
static HttpRequestOptionsBuilder builder()
HttpRequestOptionsBuilder to create instances.static HttpRequestOptionsBuilder builder(HttpRequestOptions options)
options - HttpRequestOptions to set up builder with.HttpRequestOptionsBuilder to create instances.int getResponseTimeout()
boolean isFollowsRedirect()
Optional<HttpAuthentication> getAuthentication()
HttpAuthentication to use, if any.Optional<ProxyConfig> getProxyConfig()
ProxyConfig to use, if any.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.