Package | Description |
---|---|
io.airlift.http.client |
Modifier and Type | Method and Description |
---|---|
static <T> JsonResponseHandler<T> |
JsonResponseHandler.createJsonResponseHandler(JsonCodec<T> jsonCodec) |
static <T> JsonResponseHandler<T> |
JsonResponseHandler.createJsonResponseHandler(JsonCodec<T> jsonCodec,
int firstSuccessfulResponseCode,
int... otherSuccessfulResponseCodes) |
Copyright © 2010-2014 Airlift. All Rights Reserved.