Package org.apache.hc.core5.reactor
Class IOReactorConfig
java.lang.Object
org.apache.hc.core5.reactor.IOReactorConfig
I/O reactor configuration parameters.
- Since:
- 4.2
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic IOReactorConfig.Buildercopy(IOReactorConfig config) static IOReactorConfig.Buildercustom()intintintintintbooleanDeprecated.booleanbooleanbooleantoString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getSelectInterval
- See Also:
-
getIoThreadCount
public int getIoThreadCount()- See Also:
-
getSoTimeout
- See Also:
-
isSoReuseAddress
public boolean isSoReuseAddress()- See Also:
-
getSoLinger
- See Also:
-
isSoKeepAlive
public boolean isSoKeepAlive()- Since:
- 5.2
- See Also:
-
isSoKeepalive
Deprecated.useisSoKeepAlive().- See Also:
-
isTcpNoDelay
public boolean isTcpNoDelay()- See Also:
-
getTrafficClass
public int getTrafficClass()- Since:
- 5.1
- See Also:
-
getSndBufSize
public int getSndBufSize()- See Also:
-
getRcvBufSize
public int getRcvBufSize()- See Also:
-
getBacklogSize
public int getBacklogSize()- See Also:
-
getSocksProxyAddress
- See Also:
-
getSocksProxyUsername
- See Also:
-
getSocksProxyPassword
- See Also:
-
custom
-
copy
-
toString
-
isSoKeepAlive().