Package org.apache.http.config
Class SocketConfig.Builder
java.lang.Object
org.apache.http.config.SocketConfig.Builder
- Enclosing class:
SocketConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setBacklogSize
(int backlogSize) setRcvBufSize
(int rcvBufSize) setSndBufSize
(int sndBufSize) setSoKeepAlive
(boolean soKeepAlive) setSoLinger
(int soLinger) setSoReuseAddress
(boolean soReuseAddress) setSoTimeout
(int soTimeout) setTcpNoDelay
(boolean tcpNoDelay)
-
Method Details
-
setSoTimeout
-
setSoReuseAddress
-
setSoLinger
-
setSoKeepAlive
-
setTcpNoDelay
-
setSndBufSize
- Since:
- 4.4
-
setRcvBufSize
- Since:
- 4.4
-
setBacklogSize
- Since:
- 4.4
-
build
-