public enum HTTPRedirectRedirectPortSelection extends Enum<HTTPRedirectRedirectPortSelection>
| Enum Constant and Description |
|---|
FROM_PROTOCOL_DEFAULT |
FROM_REQUEST_PORT |
| Modifier and Type | Method and Description |
|---|---|
static HTTPRedirectRedirectPortSelection |
fromValue(Object value) |
static HTTPRedirectRedirectPortSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPRedirectRedirectPortSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTTPRedirectRedirectPortSelection FROM_PROTOCOL_DEFAULT
public static final HTTPRedirectRedirectPortSelection FROM_REQUEST_PORT
public static HTTPRedirectRedirectPortSelection[] values()
for (HTTPRedirectRedirectPortSelection c : HTTPRedirectRedirectPortSelection.values()) System.out.println(c);
public static HTTPRedirectRedirectPortSelection 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 static HTTPRedirectRedirectPortSelection fromValue(Object value)
Copyright © 2015–2023 Red Hat. All rights reserved.