| Package | Description |
|---|---|
| org.elasticsearch.http.netty | |
| org.elasticsearch.rest |
| Modifier and Type | Method and Description |
|---|---|
RestRequest.Method |
NettyHttpRequest.method() |
| Modifier and Type | Method and Description |
|---|---|
abstract RestRequest.Method |
RestRequest.method() |
static RestRequest.Method |
RestRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestRequest.Method[] |
RestRequest.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestController.registerHandler(RestRequest.Method method,
String path,
RestHandler handler)
Registers a rest handler to be executed when the provided method and path match the request.
|
Copyright © 2009–2017. All rights reserved.