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

Packages that use SocketConfig.Builder
org.apache.http.config   
 

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

Methods in org.apache.http.config that return SocketConfig.Builder
static SocketConfig.Builder SocketConfig.custom()
           
 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-2012 The Apache Software Foundation. All Rights Reserved.