Uses of Class
org.codehaus.httpcache4j.HTTPMethod

Packages that use HTTPMethod
org.codehaus.httpcache4j   
 

Uses of HTTPMethod in org.codehaus.httpcache4j
 

Methods in org.codehaus.httpcache4j that return HTTPMethod
 HTTPMethod HTTPRequest.getMethod()
           
static HTTPMethod HTTPMethod.valueOf(java.lang.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 are declared.
 

Methods in org.codehaus.httpcache4j that return types with arguments of type HTTPMethod
 java.util.Set<HTTPMethod> HTTPResponse.getAllowedMethods()
           
 

Constructors in org.codehaus.httpcache4j with parameters of type HTTPMethod
HTTPRequest(java.net.URI requestURI, HTTPMethod method)
           
 



Copyright © 2008. All Rights Reserved.