retrofit.client
Interface Client.Provider

Enclosing interface:
Client

public static interface Client.Provider

Deferred means of obtaining a Client. For asynchronous requests this will always be called on a background thread.


Method Summary
 Client get()
          Obtain an HTTP client.
 

Method Detail

get

Client get()
Obtain an HTTP client. Called once for each request.



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