public static class HttpClientHelper.HttpClientConnectManagerProperty extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private Long |
connectTimeout |
private Long |
idleCheckInterval |
private Long |
maxIdleTime |
private Integer |
maxPerRoute |
private Integer |
maxRetry |
private Integer |
maxTotal |
private String |
proxyHost |
private int |
proxyPort |
private Long |
requestTimeout |
private static long |
serialVersionUID |
private Long |
SocketTimeout |
private boolean |
sslVerifyHost |
private Long |
timeLive |
| 构造器和说明 |
|---|
HttpClientConnectManagerProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getConnectTimeout() |
Long |
getIdleCheckInterval() |
Long |
getMaxIdleTime() |
Integer |
getMaxPerRoute() |
Integer |
getMaxRetry() |
Integer |
getMaxTotal() |
String |
getProxyHost() |
int |
getProxyPort() |
Long |
getRequestTimeout() |
Integer |
getRetry() |
Long |
getSocketTimeout() |
Long |
getTimeLive() |
boolean |
isSslVerifyHost() |
void |
setConnectTimeout(Long connectTimeout) |
void |
setIdleCheckInterval(Long idleCheckInterval) |
void |
setMaxIdleTime(Long maxIdleTime) |
void |
setMaxPerRoute(Integer maxPerRoute) |
void |
setMaxRetry(Integer maxRetry) |
void |
setMaxTotal(Integer maxTotal) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(int proxyPort) |
void |
setRequestTimeout(Long requestTimeout) |
void |
setRetry(Integer retry) |
void |
setSocketTimeout(Long socketTimeout) |
void |
setSslVerifyHost(boolean sslVerifyHostName) |
void |
setTimeLive(Long timeLiveMS) |
private static final long serialVersionUID
private String proxyHost
private int proxyPort
private boolean sslVerifyHost
private Integer maxRetry
private Integer maxTotal
private Integer maxPerRoute
private Long timeLive
private Long maxIdleTime
private Long idleCheckInterval
private Long requestTimeout
private Long connectTimeout
private Long SocketTimeout
public Long getMaxIdleTime()
public void setMaxIdleTime(Long maxIdleTime)
public Long getIdleCheckInterval()
public void setIdleCheckInterval(Long idleCheckInterval)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public int getProxyPort()
public void setProxyPort(int proxyPort)
public boolean isSslVerifyHost()
public void setSslVerifyHost(boolean sslVerifyHostName)
public Integer getMaxTotal()
public void setMaxTotal(Integer maxTotal)
public Integer getMaxPerRoute()
public void setMaxPerRoute(Integer maxPerRoute)
public Long getTimeLive()
public void setTimeLive(Long timeLiveMS)
public Long getRequestTimeout()
public void setRequestTimeout(Long requestTimeout)
public Long getConnectTimeout()
public void setConnectTimeout(Long connectTimeout)
public Long getSocketTimeout()
public void setSocketTimeout(Long socketTimeout)
public Integer getRetry()
public void setRetry(Integer retry)
public Integer getMaxRetry()
public void setMaxRetry(Integer maxRetry)
Copyright © 2022. All rights reserved.