retrofit.android
Class AndroidApacheClient

java.lang.Object
  extended by retrofit.client.ApacheClient
      extended by retrofit.android.AndroidApacheClient
All Implemented Interfaces:
Client

public final class AndroidApacheClient
extends ApacheClient

Provides a Client which uses the Android-specific version of HttpClient, AndroidHttpClient.

If you need to provide a customized version of the AndroidHttpClient or a different HttpClient on Android use ApacheClient directly.


Nested Class Summary
 
Nested classes/interfaces inherited from interface retrofit.client.Client
Client.Provider
 
Constructor Summary
AndroidApacheClient()
           
 
Method Summary
 
Methods inherited from class retrofit.client.ApacheClient
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidApacheClient

public AndroidApacheClient()


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