类 HttpClientConfig
- java.lang.Object
-
- xin.manong.weapon.base.http.HttpClientConfig
-
public class HttpClientConfig extends Object
OKHttpClient配置信息- 作者:
- frankcl
-
-
字段概要
字段 修饰符和类型 字段 说明 longconnectTimeoutSecondsbooleanfollowRedirectbooleanfollowSSLRedirectintkeepAliveMinutesintmaxIdleConnectionslongreadTimeoutSecondsintretryCntlongwriteTimeoutSeconds
-
构造器概要
构造器 构造器 说明 HttpClientConfig()
-
-
-
字段详细资料
-
followRedirect
public boolean followRedirect
-
followSSLRedirect
public boolean followSSLRedirect
-
retryCnt
public int retryCnt
-
keepAliveMinutes
public int keepAliveMinutes
-
maxIdleConnections
public int maxIdleConnections
-
connectTimeoutSeconds
public long connectTimeoutSeconds
-
readTimeoutSeconds
public long readTimeoutSeconds
-
writeTimeoutSeconds
public long writeTimeoutSeconds
-
-