RequestConfig
.@Deprecated public class ConnRouteParamBean extends org.apache.http.params.HttpAbstractParamBean
HttpParams
and manipulate connection routing parameters
using Java Beans conventions.Constructor and Description |
---|
ConnRouteParamBean(org.apache.http.params.HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
setDefaultProxy(org.apache.http.HttpHost defaultProxy)
Deprecated.
|
void |
setForcedRoute(HttpRoute route)
Deprecated.
|
void |
setLocalAddress(InetAddress address)
Deprecated.
|
public ConnRouteParamBean(org.apache.http.params.HttpParams params)
public void setDefaultProxy(org.apache.http.HttpHost defaultProxy)
ConnRoutePNames.DEFAULT_PROXY
public void setLocalAddress(InetAddress address)
ConnRoutePNames.LOCAL_ADDRESS
public void setForcedRoute(HttpRoute route)
ConnRoutePNames.FORCED_ROUTE
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.