Uses of Class
com.jayway.restassured.internal.http.Status

Packages that use Status
com.jayway.restassured.internal.http   
 

Uses of Status in com.jayway.restassured.internal.http
 

Methods in com.jayway.restassured.internal.http that return Status
static Status Status.find(int code)
          Find the Status value that matches the given status code.
static Status Status.valueOf(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.
 



Copyright © 2010-2012. All Rights Reserved.