Uses of Class
org.codegist.crest.HttpMethod

Packages that use HttpMethod
org.codegist.crest Contains CRest interfaces and default implementations. 
org.codegist.crest.config Contains DefaultCRest configuration interfaces and configuration factories. 
 

Uses of HttpMethod in org.codegist.crest
 

Methods in org.codegist.crest that return HttpMethod
 HttpMethod HttpRequest.getMeth()
           
 HttpMethod HttpRequest.Builder.getMeth()
           
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're declared.
 

Methods in org.codegist.crest with parameters of type HttpMethod
 HttpRequest.Builder HttpRequest.Builder.using(HttpMethod meth)
           
 

Uses of HttpMethod in org.codegist.crest.config
 

Fields in org.codegist.crest.config declared as HttpMethod
static HttpMethod MethodConfig.DEFAULT_HTTP_METHOD
          Default http method applied when non specified.
 

Methods in org.codegist.crest.config that return HttpMethod
 HttpMethod MethodConfig.getHttpMethod()
           
 

Methods in org.codegist.crest.config with parameters of type HttpMethod
 ConfigBuilders.MethodConfigBuilder ConfigBuilders.MethodConfigBuilder.setHttpMethod(HttpMethod meth)
           
 ConfigBuilders.InterfaceConfigBuilder ConfigBuilders.InterfaceConfigBuilder.setMethodsHttpMethod(HttpMethod meth)
           
 



Copyright © 2011. All Rights Reserved.