Uses of Class
org.elasticsearch.rest.RestRequest.Method

Packages that use RestRequest.Method
org.elasticsearch.http.netty   
org.elasticsearch.rest   
 

Uses of RestRequest.Method in org.elasticsearch.http.netty
 

Methods in org.elasticsearch.http.netty that return RestRequest.Method
 RestRequest.Method NettyHttpRequest.method()
           
 

Uses of RestRequest.Method in org.elasticsearch.rest
 

Methods in org.elasticsearch.rest that return RestRequest.Method
 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.
 

Methods in org.elasticsearch.rest with parameters of type RestRequest.Method
 void RestController.registerHandler(RestRequest.Method method, String path, RestHandler handler)
          Registers a rest handler to be execute when the provided method and path match the request.
 



Copyright © 2009-2012. All Rights Reserved.