| Modifier and Type | Class | Description |
|---|---|---|
static class |
Http.Method |
Enumeration of all standard HTTP
methods. |
| Modifier and Type | Method | Description |
|---|---|---|
static Http.RequestMethod |
Http.RequestMethod.from(java.lang.String name) |
Create new HTTP request method instance from the provided name.
|
Http.RequestMethod |
HttpRequest.method() |
Returns an HTTP request method.
|
Copyright © 2018 Oracle Corporation. All rights reserved.