|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnRouteParamBean
public class ConnRouteParamBean
Allows for setting parameters relating to connection routes on
HttpParams
. This class ensures that the values set on the params
are type-safe.
Field Summary |
---|
Fields inherited from class org.apache.http.params.HttpAbstractParamBean |
---|
params |
Constructor Summary | |
---|---|
ConnRouteParamBean(org.apache.http.params.HttpParams params)
|
Method Summary | |
---|---|
void |
setDefaultProxy(org.apache.http.HttpHost defaultProxy)
|
void |
setForcedRoute(HttpRoute route)
|
void |
setLocalAddress(java.net.InetAddress address)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnRouteParamBean(org.apache.http.params.HttpParams params)
Method Detail |
---|
public void setDefaultProxy(org.apache.http.HttpHost defaultProxy)
ConnRoutePNames.DEFAULT_PROXY
public void setLocalAddress(java.net.InetAddress address)
ConnRoutePNames.LOCAL_ADDRESS
public void setForcedRoute(HttpRoute route)
ConnRoutePNames.FORCED_ROUTE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |