|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnRoutePNames
Parameter names for routing in HttpConn.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PROXY
Parameter for the default proxy. |
static java.lang.String |
FORCED_ROUTE
Parameter for an forced route. |
static java.lang.String |
LOCAL_ADDRESS
Parameter for the local address. |
| Field Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||