Package | Description |
---|---|
org.apache.http.config |
Core configuration APIs.
|
Modifier and Type | Method and Description |
---|---|
static SocketConfig.Builder |
SocketConfig.copy(SocketConfig config) |
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-2014 The Apache Software Foundation. All Rights Reserved.