Uses of Class
com.atlassian.httpclient.api.HttpStatus

Packages that use HttpStatus
com.atlassian.httpclient.api   
 

Uses of HttpStatus in com.atlassian.httpclient.api
 

Methods in com.atlassian.httpclient.api that return HttpStatus
static HttpStatus HttpStatus.valueOf(java.lang.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.
 

Methods in com.atlassian.httpclient.api with parameters of type HttpStatus
 ResponseTransformation<O> ResponseTransformation.on(HttpStatus status, com.google.common.base.Function<Response,? extends O> f)
          Register a function to transform HTTP responses with a specific status.
 



Copyright © 2012 Atlassian. All Rights Reserved.