Uses of Class
org.apache.http.config.SocketConfig.Builder

Packages that use SocketConfig.Builder
org.apache.http.config Core configuration APIs. 
 

Uses of SocketConfig.Builder in org.apache.http.config
 

Methods in org.apache.http.config that return SocketConfig.Builder
static SocketConfig.Builder SocketConfig.copy(SocketConfig config)
           
static SocketConfig.Builder SocketConfig.custom()
           
 SocketConfig.Builder SocketConfig.Builder.setBacklogSize(int backlogSize)
           
 SocketConfig.Builder SocketConfig.Builder.setRcvBufSize(int rcvBufSize)
           
 SocketConfig.Builder SocketConfig.Builder.setSndBufSize(int sndBufSize)
           
 SocketConfig.Builder SocketConfig.Builder.setSoKeepAlive(boolean soKeepAlive)
           
 SocketConfig.Builder SocketConfig.Builder.setSoLinger(int soLinger)
           
 SocketConfig.Builder SocketConfig.Builder.setSoReuseAddress(boolean soReuseAddress)
           
 SocketConfig.Builder SocketConfig.Builder.setSoTimeout(int soTimeout)
           
 SocketConfig.Builder SocketConfig.Builder.setTcpNoDelay(boolean tcpNoDelay)
           
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.