Uses of Class
retrofit.client.Response

Packages that use Response
retrofit   
retrofit.client   
 

Uses of Response in retrofit
 

Methods in retrofit that return Response
 Response RetrofitError.getResponse()
          Response object containing status code, headers, body, etc.
 

Methods in retrofit with parameters of type Response
static RetrofitError RetrofitError.conversionError(String url, Response response, Converter converter, Type successType, ConversionException exception)
           
static RetrofitError RetrofitError.httpError(String url, Response response, Converter converter, Type successType)
           
 void Callback.success(T t, Response response)
          Successful HTTP response.
 

Uses of Response in retrofit.client
 

Methods in retrofit.client that return Response
 Response UrlConnectionClient.execute(Request request)
           
 Response Client.execute(Request request)
          Synchronously execute an HTTP represented by request and encapsulate all response data into a Response instance.
 Response ApacheClient.execute(Request request)
           
 



Copyright © 2013 Square, Inc.. All Rights Reserved.