org.apache.http.impl.client.cache
Class CachingHttpClients

java.lang.Object
  extended by org.apache.http.impl.client.cache.CachingHttpClients

@Immutable
public class CachingHttpClients
extends Object

Since:
4.3

Method Summary
static CloseableHttpClient createFileBound(File cacheDir)
           
static CloseableHttpClient createMemoryBound()
           
static CachingHttpClientBuilder custom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

custom

public static CachingHttpClientBuilder custom()

createMemoryBound

public static CloseableHttpClient createMemoryBound()

createFileBound

public static CloseableHttpClient createFileBound(File cacheDir)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.