org.apache.http.conn.params
Interface ConnRoutePNames

All Known Subinterfaces:
AllClientPNames

public interface ConnRoutePNames

Parameter names for routing in HttpConn.

Since:
4.0
Version:
$Revision: 578403 $

Field Summary
static java.lang.String DEFAULT_PROXY
          Parameter for the default proxy.
 

Field Detail

DEFAULT_PROXY

static final java.lang.String DEFAULT_PROXY
Parameter for the default proxy. The default value will be used by some HttpRoutePlanner implementations, in particular the default implementation.

This parameter expects a value of type HttpHost.

See Also:
Constant Field Values


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.