| Package | Description |
|---|---|
| io.airlift.http.client |
| Modifier and Type | Method and Description |
|---|---|
static <T> DefaultingJsonResponseHandler<T> |
DefaultingJsonResponseHandler.createDefaultingJsonResponseHandler(JsonCodec<T> jsonCodec,
T defaultValue) |
static <T> DefaultingJsonResponseHandler<T> |
DefaultingJsonResponseHandler.createDefaultingJsonResponseHandler(JsonCodec<T> jsonCodec,
T defaultValue,
int firstSuccessfulResponseCode,
int... otherSuccessfulResponseCodes) |
Copyright © 2010–2020 Airlift. All rights reserved.