FileDocCategorySizeDatePackage
ConnRoutePNames.javaAPI DocAndroid 1.5 API3181Wed May 06 22:41:10 BST 2009org.apache.http.conn.params

ConnRoutePNames

public interface ConnRoutePNames
Parameter names for routing in HttpConn.
version
$Revision: 613656 $
since
4.0

Fields Summary
public static final String
DEFAULT_PROXY
Parameter 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_ADDRESS
Parameter 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_ROUTE
Parameter 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}.

Constructors Summary
Methods Summary