Uses of Package
retrofit.client

Packages that use retrofit.client
retrofit   
retrofit.android   
retrofit.client   
 

Classes in retrofit.client used by retrofit
Client
          Abstraction of an HTTP client which can execute Requests.
Client.Provider
          Deferred means of obtaining a Client.
Header
          Represents an HTTP header name/value pair.
Response
          An HTTP response.
 

Classes in retrofit.client used by retrofit.android
ApacheClient
          A Client which uses an implementation of Apache's HttpClient.
Client
          Abstraction of an HTTP client which can execute Requests.
 

Classes in retrofit.client used by retrofit.client
Client
          Abstraction of an HTTP client which can execute Requests.
Header
          Represents an HTTP header name/value pair.
Request
          Encapsulates all of the information necessary to make an HTTP request.
Response
          An HTTP response.
UrlConnectionClient
          Retrofit client that uses HttpURLConnection for communication.
 



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