public static enum ForwardedRequestCustomizer.Source extends java.lang.Enum<ForwardedRequestCustomizer.Source>
Lowest first, Last/Highest priority wins
Enum Constant and Description |
---|
FORCED |
FORWARDED |
UNSET |
XFORWARDED_FOR |
XFORWARDED_HOST |
XFORWARDED_PORT |
XFORWARDED_PROTO |
XFORWARDED_SERVER |
XPROXIED_HTTPS |
Modifier and Type | Method and Description |
---|---|
static ForwardedRequestCustomizer.Source |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForwardedRequestCustomizer.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardedRequestCustomizer.Source UNSET
public static final ForwardedRequestCustomizer.Source XPROXIED_HTTPS
public static final ForwardedRequestCustomizer.Source XFORWARDED_PROTO
public static final ForwardedRequestCustomizer.Source XFORWARDED_SERVER
public static final ForwardedRequestCustomizer.Source XFORWARDED_PORT
public static final ForwardedRequestCustomizer.Source XFORWARDED_FOR
public static final ForwardedRequestCustomizer.Source XFORWARDED_HOST
public static final ForwardedRequestCustomizer.Source FORWARDED
public static final ForwardedRequestCustomizer.Source FORCED
public static ForwardedRequestCustomizer.Source[] values()
for (ForwardedRequestCustomizer.Source c : ForwardedRequestCustomizer.Source.values()) System.out.println(c);
public static ForwardedRequestCustomizer.Source valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1995–2021 Webtide. All rights reserved.