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

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

Methods in org.apache.openejb.server.httpd that return HttpRequest.Method
 HttpRequest.Method ServletRequestAdapter.getMethod()
           
 HttpRequest.Method HttpRequestImpl.getMethod()
          Gets the request method.
 HttpRequest.Method HttpRequest.getMethod()
          Gets an integer value of the request 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're declared.
 



Copyright © 1999-2009 The Apache OpenEJB development community. All Rights Reserved.