Uses of Class
com.cloudcontrolled.api.client.util.HttpStatus

Packages that use HttpStatus
com.cloudcontrolled.api.client.exception   
com.cloudcontrolled.api.client.util   
 

Uses of HttpStatus in com.cloudcontrolled.api.client.exception
 

Constructors in com.cloudcontrolled.api.client.exception with parameters of type HttpStatus
CommunicationErrorException(HttpStatus httpStatus)
           Constructor for CommunicationErrorException.
CommunicationErrorException(HttpStatus httpStatus, String message)
           Constructor for CommunicationErrorException.
 

Uses of HttpStatus in com.cloudcontrolled.api.client.util
 

Methods in com.cloudcontrolled.api.client.util that return HttpStatus
static HttpStatus HttpStatus.getStatus(int code)
           
static HttpStatus HttpStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpStatus[] HttpStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.