public enum RequestConfigOption extends Enum<RequestConfigOption>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.http.client.config.RequestConfig.Builder configBuilder,
Object value) |
String |
getName() |
static RequestConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestConfigOption AUTHENTICATION_ENABLED
public static final RequestConfigOption CIRCULAR_REDIRECTS_ALLOWED
public static final RequestConfigOption CONNECTION_TIMEOUT
public static final RequestConfigOption CONNECTION_REQUEST_TIMEOUT
public static final RequestConfigOption CONTENT_COMPRESSION_ENABLED
public static final RequestConfigOption COOKIE_SPEC
public static final RequestConfigOption DECOMPRESSION_ENABLED
public static final RequestConfigOption EXPECT_CONTINUE_ENABLED
public static final RequestConfigOption LOCAL_ADDRESS
public static final RequestConfigOption MAX_REDIRECTS
public static final RequestConfigOption NORMALIZE_URI
public static final RequestConfigOption PROXY
public static final RequestConfigOption PROXY_PREFERRED_AUTH_SCHEMES
public static final RequestConfigOption REDIRECTS_ENABLED
public static final RequestConfigOption RELATIVE_REDIRECTS_ALLOWED
public static final RequestConfigOption SOCKET_TIMEOUT
public static final RequestConfigOption STALE_CONNECTION_CHECK_ENABLED
public static final RequestConfigOption TARGET_PREFERRED_AUTH_SCHEMES
public static RequestConfigOption[] values()
for (RequestConfigOption c : RequestConfigOption.values()) System.out.println(c);
public static RequestConfigOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public void apply(org.apache.http.client.config.RequestConfig.Builder configBuilder,
Object value)
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.