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. |
Modifier and Type | Field and Description |
---|---|
protected HttpRoutePlanner |
DefaultRequestDirector.routePlanner
The route planner.
|
Modifier and Type | Method and Description |
---|---|
protected HttpRoutePlanner |
AbstractHttpClient.createHttpRoutePlanner() |
protected HttpRoutePlanner |
SystemDefaultHttpClient.createHttpRoutePlanner() |
HttpRoutePlanner |
AbstractHttpClient.getRoutePlanner() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpRoutePlanner
Default implementation of an
HttpRoutePlanner . |
class |
ProxySelectorRoutePlanner
Default implementation of an
HttpRoutePlanner . |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.