| Package | Description |
|---|---|
| io.airlift.http.client | |
| io.airlift.http.client.testing |
| Modifier and Type | Method and Description |
|---|---|
static HttpStatus |
HttpStatus.fromStatusCode(int statusCode) |
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 |
|---|---|
static Response |
TestingResponse.mockResponse(HttpStatus status,
com.google.common.net.MediaType type,
String content) |
| Constructor and Description |
|---|
TestingResponse(HttpStatus status,
com.google.common.collect.ListMultimap<String,String> headers,
byte[] bytes) |
TestingResponse(HttpStatus status,
com.google.common.collect.ListMultimap<String,String> headers,
InputStream input) |
Copyright © 2010–2020 Airlift. All rights reserved.