Uses of Class
things.data.processing.http.HttpRequest.Method

Packages that use HttpRequest.Method
things.data.processing.http   
 

Uses of HttpRequest.Method in things.data.processing.http
 

Fields in things.data.processing.http declared as HttpRequest.Method
 HttpRequest.Method HttpRequest.method
          The HTTP method.
 

Methods in things.data.processing.http that return HttpRequest.Method
static HttpRequest.Method HttpRequest.Method.match(java.lang.String methodText)
          Lookup the method.
static HttpRequest.Method HttpRequest.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HttpRequest.Method[] HttpRequest.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Things.