Uses of Class
rabbit.http.StatusCode

Packages that use StatusCode
rabbit.http The classes that represent the http entities. 
rabbit.proxy The web proxy components. 
 

Uses of StatusCode in rabbit.http
 

Methods in rabbit.http that return StatusCode
static StatusCode StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StatusCode in rabbit.proxy
 

Methods in rabbit.proxy with parameters of type StatusCode
static String HtmlPage.getPageHeader(Connection con, StatusCode type)
          return a HTMLheader.