public static enum ApacheClientHttpRequestFactory.Mode extends Enum<ApacheClientHttpRequestFactory.Mode>
| Modifier and Type | Method and Description |
|---|---|
static ApacheClientHttpRequestFactory.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApacheClientHttpRequestFactory.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApacheClientHttpRequestFactory.Mode STREAMING
public static final ApacheClientHttpRequestFactory.Mode BUFFERING
public static ApacheClientHttpRequestFactory.Mode[] values()
for (ApacheClientHttpRequestFactory.Mode c : ApacheClientHttpRequestFactory.Mode.values()) System.out.println(c);
public static ApacheClientHttpRequestFactory.Mode 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 nullCopyright © 2015–2019 Zalando SE. All rights reserved.