Uses of Class
org.apache.http.config.SocketConfig.Builder
Packages that use SocketConfig.Builder
-
Uses of SocketConfig.Builder in org.apache.http.config
Methods in org.apache.http.config that return SocketConfig.BuilderModifier and TypeMethodDescriptionstatic SocketConfig.BuilderSocketConfig.copy(SocketConfig config) static SocketConfig.BuilderSocketConfig.custom()SocketConfig.Builder.setBacklogSize(int backlogSize) SocketConfig.Builder.setRcvBufSize(int rcvBufSize) SocketConfig.Builder.setSndBufSize(int sndBufSize) SocketConfig.Builder.setSoKeepAlive(boolean soKeepAlive) SocketConfig.Builder.setSoLinger(int soLinger) SocketConfig.Builder.setSoReuseAddress(boolean soReuseAddress) SocketConfig.Builder.setSoTimeout(int soTimeout) SocketConfig.Builder.setTcpNoDelay(boolean tcpNoDelay)