public static enum Http2RequestTargetConversionBenchmark.RequestTargetType extends Enum<Http2RequestTargetConversionBenchmark.RequestTargetType>
| Enum Constant and Description |
|---|
ABSOLUTE |
ABSOLUTE_NO_AUTHORITY |
ABSOLUTE_NO_PATH |
ORIGIN |
SCHEME_ONLY_ABSOLUTE_PATH |
| Modifier and Type | Method and Description |
|---|---|
static Http2RequestTargetConversionBenchmark.RequestTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Http2RequestTargetConversionBenchmark.RequestTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Http2RequestTargetConversionBenchmark.RequestTargetType ORIGIN
public static final Http2RequestTargetConversionBenchmark.RequestTargetType ABSOLUTE
public static final Http2RequestTargetConversionBenchmark.RequestTargetType ABSOLUTE_NO_PATH
public static final Http2RequestTargetConversionBenchmark.RequestTargetType ABSOLUTE_NO_AUTHORITY
public static final Http2RequestTargetConversionBenchmark.RequestTargetType SCHEME_ONLY_ABSOLUTE_PATH
public static Http2RequestTargetConversionBenchmark.RequestTargetType[] values()
for (Http2RequestTargetConversionBenchmark.RequestTargetType c : Http2RequestTargetConversionBenchmark.RequestTargetType.values()) System.out.println(c);
public static Http2RequestTargetConversionBenchmark.RequestTargetType 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 © 2008–2026 The Netty Project. All rights reserved.