public static enum ResponseRewriterList.RewriteFlow extends Enum<ResponseRewriterList.RewriteFlow>
| Enum Constant and Description |
|---|
ACCELERATE |
DEFAULT |
DUMMY_FLOW |
REQUEST_PIPELINE |
| Modifier and Type | Method and Description |
|---|---|
static ResponseRewriterList.RewriteFlow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseRewriterList.RewriteFlow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseRewriterList.RewriteFlow DEFAULT
public static final ResponseRewriterList.RewriteFlow REQUEST_PIPELINE
public static final ResponseRewriterList.RewriteFlow ACCELERATE
public static final ResponseRewriterList.RewriteFlow DUMMY_FLOW
public static ResponseRewriterList.RewriteFlow[] values()
for (ResponseRewriterList.RewriteFlow c : ResponseRewriterList.RewriteFlow.values()) System.out.println(c);
public static ResponseRewriterList.RewriteFlow 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 © 2007-2014 The Apache Software Foundation. All Rights Reserved.