Package retrofit

Interface Summary
Callback<T> Communicates responses to server or offline requests.
ErrorHandler A hook allowing clients to customize error exceptions for synchronous requests.
Profiler<T> A hook allowing clients to log HTTP method times and response status codes.
RequestInterceptor Intercept every request before it is executed in order to add additional data.
RequestInterceptor.RequestFacade  
RestAdapter.Log Simple logging abstraction for debug messages.
 

Class Summary
ChangeableServer A Server whose URL and name can be changed at runtime.
Profiler.RequestInformation Information about the HTTP request.
RestAdapter Adapts a Java interface to a REST API.
RestAdapter.Builder Build a new RestAdapter.
Server Represents an API endpoint URL and associated name.
 

Exception Summary
RetrofitError  
 



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