Uses of Class
io.airlift.http.client.JsonResponseHandler

Uses of JsonResponseHandler in io.airlift.http.client
 

Methods in io.airlift.http.client that return JsonResponseHandler
static
<T> JsonResponseHandler<T>
JsonResponseHandler.createJsonResponseHandler(JsonCodec<T> jsonCodec)
           
static
<T> JsonResponseHandler<T>
JsonResponseHandler.createJsonResponseHandler(JsonCodec<T> jsonCodec, int firstSuccessfulResponseCode, int... otherSuccessfulResponseCodes)
           
 



Copyright © 2010-2012 Airlift. All Rights Reserved.