RequestConfig
.@Deprecated public interface ConnRoutePNames
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROXY
Deprecated.
Parameter for the default proxy.
|
static String |
FORCED_ROUTE
Deprecated.
Parameter for an forced route.
|
static String |
LOCAL_ADDRESS
Deprecated.
Parameter for the local address.
|
static final String DEFAULT_PROXY
HttpRoutePlanner
implementations, in particular the default implementation.
This parameter expects a value of type HttpHost
.
static final String LOCAL_ADDRESS
HttpRoutePlanner
implementations, in particular the default implementation.
This parameter expects a value of type InetAddress
.
static final 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
.
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.