Uses of Class
org.codehaus.httpcache4j.Status

Packages that use Status
org.codehaus.httpcache4j   
org.codehaus.httpcache4j.resolver   
 

Uses of Status in org.codehaus.httpcache4j
 

Methods in org.codehaus.httpcache4j that return Status
 Status HTTPResponse.getStatus()
           
static Status Status.valueOf(int statusCode)
           
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codehaus.httpcache4j with parameters of type Status
HTTPResponse(Payload payload, Status status, Headers headers)
           
 

Uses of Status in org.codehaus.httpcache4j.resolver
 

Methods in org.codehaus.httpcache4j.resolver with parameters of type Status
 HTTPResponse ResponseCreator.createResponse(Status status, Headers responseHeaders, java.io.InputStream stream)
           
 



Copyright © 2008-2009. All Rights Reserved.