| Package | Description |
|---|---|
| org.osgl.http | |
| org.osgl.http.servlet |
| Modifier and Type | Method and Description |
|---|---|
abstract H.Method |
H.Request.method()
Returns the HTTP method of the request
|
static H.Method |
H.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H.Method |
H.Method.valueOfIgnoreCase(String method)
Returns an HTTP Method enum corresponding to the method string.
|
static H.Method[] |
H.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<H.Method> |
H.Method.actionMethods() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
H.Request.method(H.Method method)
Set the Http method on this request.
|
| Modifier and Type | Method and Description |
|---|---|
H.Method |
ServletRequest.method() |
| Modifier and Type | Method and Description |
|---|---|
ServletRequest |
ServletRequest.method(H.Method method) |
Copyright © 2017–2020 OSGL (Open Source General Library). All rights reserved.