Package org.apache.hc.core5.http.io
Class SocketConfig
java.lang.Object
org.apache.hc.core5.http.io.SocketConfig
Classic I/O network socket configuration.
- Since:
- 4.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketConfig.Buildercopy(SocketConfig config) static SocketConfig.Buildercustom()intintintbooleanbooleanbooleantoString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getSoTimeout
- See Also:
-
isSoReuseAddress
public boolean isSoReuseAddress()- See Also:
-
getSoLinger
- See Also:
-
isSoKeepAlive
public boolean isSoKeepAlive()- See Also:
-
isTcpNoDelay
public boolean isTcpNoDelay()- See Also:
-
getSndBufSize
public int getSndBufSize()- Since:
- 4.4
- See Also:
-
getRcvBufSize
public int getRcvBufSize()- Since:
- 4.4
- See Also:
-
getBacklogSize
public int getBacklogSize()- Since:
- 4.4
- See Also:
-
getSocksProxyAddress
- See Also:
-
toString
-
custom
-
copy
-