| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Class and Description |
|---|
| Call
An invocation of a Retrofit method that sends a request to a webserver and returns a response.
|
| CallAdapter
Adapts a
Call into the type of T. |
| CallAdapter.Factory
Creates
CallAdapter instances based on the return type of the service interface methods. |
| Callback
Communicates responses from a server or offline requests.
|
| Converter
Convert objects to and from their representation in HTTP.
|
| Converter.Factory
Creates
Converter instances based on a type and target usage. |
| Response
An HTTP response.
|
| Retrofit
Retrofit adapts a Java interface to HTTP calls by using annotations on the declared methods to
define how requests are made.
|
| Retrofit.Builder
Build a new
Retrofit. |
Copyright © 2016 Square, Inc.. All rights reserved.