AllClientPNamesConnRouteParamsRequestConfig.@Deprecated
public interface ConnRoutePNames
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DEFAULT_PROXY |
Deprecated.
Parameter for the default proxy.
|
static java.lang.String |
FORCED_ROUTE |
Deprecated.
Parameter for an forced route.
|
static java.lang.String |
LOCAL_ADDRESS |
Deprecated.
Parameter for the local address.
|
static final java.lang.String DEFAULT_PROXY
HttpRoutePlanner
implementations, in particular the default implementation.
This parameter expects a value of type HttpHost.
static final java.lang.String LOCAL_ADDRESS
HttpRoutePlanner
implementations, in particular the default implementation.
This parameter expects a value of type InetAddress.
static final java.lang.String FORCED_ROUTE
HttpRoutePlanner
implementations.
Instead of computing a route, the given forced route will be
returned, even if it points to the wrong target host.
This parameter expects a value of type
HttpRoute.