| Package | Description |
|---|---|
| retrofit |
Retrofit turns your REST API into a Java interface.
|
| retrofit.android |
| Class and Description |
|---|
| Callback
Communicates responses from a server or offline requests.
|
| Endpoint
Represents an API endpoint URL and associated name.
|
| ErrorHandler
A hook allowing clients to customize
response exceptions. |
| Profiler
A hook allowing clients to log HTTP method times and response status codes.
|
| Profiler.RequestInformation
Information about the HTTP request.
|
| RequestInterceptor
Intercept every request before it is executed in order to add additional data.
|
| RequestInterceptor.RequestFacade |
| RestAdapter
Adapts a Java interface to a REST API.
|
| RestAdapter.Builder
Build a new
RestAdapter. |
| RestAdapter.Log
Simple logging abstraction for debug messages.
|
| RestAdapter.LogLevel
Controls the level of logging.
|
| RetrofitError |
| Class and Description |
|---|
| RestAdapter.Log
Simple logging abstraction for debug messages.
|
Copyright © 2014 Square, Inc.. All Rights Reserved.