Package org.apache.http.impl.nio.reactor
Class IOReactorConfig.Builder
java.lang.Object
org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- Enclosing class:
IOReactorConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setBacklogSize(int backlogSize) setConnectTimeout(int connectTimeout) setInterestOpQueued(boolean interestOpQueued) setIoThreadCount(int ioThreadCount) setRcvBufSize(int rcvBufSize) setSelectInterval(long selectInterval) setShutdownGracePeriod(long shutdownGracePeriod) setSndBufSize(int sndBufSize) setSoKeepAlive(boolean soKeepAlive) setSoLinger(int soLinger) setSoReuseAddress(boolean soReuseAddress) setSoTimeout(int soTimeout) setTcpNoDelay(boolean tcpNoDelay)
-
Method Details
-
setSelectInterval
-
setShutdownGracePeriod
-
setInterestOpQueued
-
setIoThreadCount
-
setSoTimeout
-
setSoReuseAddress
-
setSoLinger
-
setSoKeepAlive
-
setTcpNoDelay
-
setConnectTimeout
-
setSndBufSize
-
setRcvBufSize
-
setBacklogSize
-
build
-