| Package | Description |
|---|---|
| com.atlassian.httpclient.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseTransformation.Builder<T> |
ResponseTransformation.Builder.on(HttpStatus status,
Function<Response,? extends T> f)
Register a function to transform HTTP responses with a specific status.
|
Copyright © 2012–2020 Atlassian. All rights reserved.