Uses of Class
io.airlift.http.client.JsonResponseHandler
-
Packages that use JsonResponseHandler Package Description io.airlift.http.client -
-
Uses of JsonResponseHandler in io.airlift.http.client
Methods in io.airlift.http.client that return JsonResponseHandler Modifier and Type Method Description static <T> JsonResponseHandler<T>JsonResponseHandler. createJsonResponseHandler(JsonCodec<T> jsonCodec)static <T> JsonResponseHandler<T>JsonResponseHandler. createJsonResponseHandler(JsonCodec<T> jsonCodec, int firstSuccessfulResponseCode, int... otherSuccessfulResponseCodes)
-