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