|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RequestConfig
.
@Deprecated public interface ConnRoutePNames
Parameter names for connection routing.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |