Fields Summary |
---|
public static final String | DEFAULT_PROXYParameter for the default proxy.
The default value will be used by some
{@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
implementations, in particular the default implementation.
This parameter expects a value of type {@link org.apache.http.HttpHost}.
|
public static final String | LOCAL_ADDRESSParameter for the local address.
On machines with multiple network interfaces, this parameter
can be used to select the network interface from which the
connection originates.
It will be interpreted by the standard
{@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
implementations, in particular the default implementation.
This parameter expects a value of type {@link java.net.InetAddress}.
|
public static final String | FORCED_ROUTEParameter for an forced route.
The forced route will be interpreted by the standard
{@link org.apache.http.conn.routing.HttpRoutePlanner 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
{@link org.apache.http.conn.routing.HttpRoute HttpRoute}.
|