Uses of Class
org.apache.openejb.server.httpd.HttpRequest.Method

Packages that use HttpRequest.Method
org.apache.openejb.server.httpd   
 

Uses of HttpRequest.Method in org.apache.openejb.server.httpd
 

Methods in org.apache.openejb.server.httpd that return HttpRequest.Method
static HttpRequest.Method HttpRequest.Method.valueOf(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.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.