| Modifier and Type | Method and Description |
|---|---|
static Http2TestCases |
Http2TestCases.fromString(String s)
Returns the
Http2TestCases matching the string s. |
static Http2TestCases |
Http2TestCases.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Http2TestCases[] |
Http2TestCases.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|