Package | Description |
---|---|
org.tinygroup.weblayer2 |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.resolve(String method)
Resolve the given method value to an
HttpMethod . |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.