Package | Description |
---|---|
org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
org.apache.http.osgi.impl |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtils.closeQuietly(CloseableHttpClient httpClient)
Unconditionally close a httpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClient
Deprecated.
(4.3) use
HttpClientBuilder . |
class |
ContentEncodingHttpClient
Deprecated.
(4.2) use
HttpClientBuilder |
class |
DefaultHttpClient
Deprecated.
(4.3) use
HttpClientBuilder . |
class |
SystemDefaultHttpClient
Deprecated.
(4.3) use
HttpClientBuilder |
Modifier and Type | Method and Description |
---|---|
CloseableHttpClient |
HttpClientBuilder.build() |
static CloseableHttpClient |
HttpClients.createDefault() |
static CloseableHttpClient |
HttpClients.createMinimal() |
static CloseableHttpClient |
HttpClients.createMinimal(HttpClientConnectionManager connManager) |
static CloseableHttpClient |
HttpClients.createSystem() |
Modifier and Type | Method and Description |
---|---|
static CloseableHttpClient |
CachingHttpClients.createFileBound(File cacheDir) |
static CloseableHttpClient |
CachingHttpClients.createMemoryBound() |
Constructor and Description |
---|
OSGiClientBuilderFactory(org.osgi.framework.BundleContext bundleContext,
Map<String,org.osgi.framework.ServiceRegistration> registeredConfigurations,
List<CloseableHttpClient> trackedHttpClients) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.