| 限定符和类型 | 类和说明 |
|---|---|
static class |
SocketConfig.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
static SocketConfig |
DEFAULT |
| 限定符和类型 | 方法和说明 |
|---|---|
static SocketConfig.Builder |
copy(SocketConfig config) |
static SocketConfig.Builder |
custom() |
int |
getBacklogSize() |
int |
getRcvBufSize() |
int |
getSndBufSize() |
SocketAddress |
getSocksProxyAddress() |
TimeValue |
getSoLinger() |
Timeout |
getSoTimeout() |
boolean |
isSoKeepAlive() |
boolean |
isSoReuseAddress() |
boolean |
isTcpNoDelay() |
String |
toString() |
public static final SocketConfig DEFAULT
public Timeout getSoTimeout()
public boolean isSoReuseAddress()
public TimeValue getSoLinger()
public boolean isSoKeepAlive()
public boolean isTcpNoDelay()
public int getSndBufSize()
SocketConfig.Builder.setSndBufSize(int)public int getRcvBufSize()
SocketConfig.Builder.setRcvBufSize(int)public int getBacklogSize()
SocketConfig.Builder.setBacklogSize(int)public SocketAddress getSocksProxyAddress()
public static SocketConfig.Builder custom()
public static SocketConfig.Builder copy(SocketConfig config)
Copyright © 2023. All rights reserved.