|
Build 1.0_r1(from source) | |||||||||
| 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 String |
DEFAULT_PROXY
Parameter for the default proxy. |
static String |
FORCED_ROUTE
Parameter for an forced route. |
static String |
LOCAL_ADDRESS
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.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||