Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.execchain |
Modifier and Type | Field and Description |
---|---|
protected HttpRoutePlanner |
DefaultRequestDirector.routePlanner
Deprecated.
The route planner.
|
Modifier and Type | Method and Description |
---|---|
protected HttpRoutePlanner |
AbstractHttpClient.createHttpRoutePlanner()
Deprecated.
|
protected HttpRoutePlanner |
SystemDefaultHttpClient.createHttpRoutePlanner()
Deprecated.
|
HttpRoutePlanner |
AbstractHttpClient.getRoutePlanner()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpRoutePlanner
Deprecated.
(4.3) use
DefaultRoutePlanner |
class |
DefaultProxyRoutePlanner
Implementation of an
HttpRoutePlanner that routes requests through
a default proxy. |
class |
DefaultRoutePlanner
Default implementation of an
HttpRoutePlanner . |
class |
ProxySelectorRoutePlanner
Deprecated.
(4.3) use
SystemDefaultRoutePlanner |
class |
SystemDefaultRoutePlanner
HttpRoutePlanner implementation based on ProxySelector . |
Constructor and Description |
---|
RedirectExec(ClientExecChain requestExecutor,
HttpRoutePlanner routePlanner,
RedirectStrategy redirectStrategy) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.