public enum InterceptionStage extends java.lang.Enum<InterceptionStage>
| Enum Constant and Description |
|---|
HeadersReceived |
Request |
| Modifier and Type | Method and Description |
|---|---|
static InterceptionStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterceptionStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterceptionStage Request
public static final InterceptionStage HeadersReceived
public static InterceptionStage[] values()
for (InterceptionStage c : InterceptionStage.values()) System.out.println(c);
public static InterceptionStage 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 null