Modifier and Type | Class and Description |
---|---|
static class |
IOReactorConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static IOReactorConfig |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static IOReactorConfig.Builder |
copy(IOReactorConfig config) |
static IOReactorConfig.Builder |
custom() |
int |
getBacklogSize() |
int |
getIoThreadCount() |
int |
getRcvBufSize() |
TimeValue |
getSelectInterval() |
int |
getSndBufSize() |
SocketAddress |
getSocksProxyAddress() |
String |
getSocksProxyPassword() |
String |
getSocksProxyUsername() |
TimeValue |
getSoLinger() |
Timeout |
getSoTimeout() |
int |
getTcpKeepCount() |
int |
getTcpKeepIdle() |
int |
getTcpKeepInterval() |
int |
getTrafficClass() |
boolean |
isSoKeepalive()
Deprecated.
use
isSoKeepAlive() . |
boolean |
isSoKeepAlive() |
boolean |
isSoReuseAddress() |
boolean |
isTcpNoDelay() |
String |
toString() |
public static final IOReactorConfig DEFAULT
public TimeValue getSelectInterval()
public int getIoThreadCount()
public Timeout getSoTimeout()
public boolean isSoReuseAddress()
public TimeValue getSoLinger()
public boolean isSoKeepAlive()
IOReactorConfig.Builder.setSoKeepAlive(boolean)
@Deprecated public boolean isSoKeepalive()
isSoKeepAlive()
.public boolean isTcpNoDelay()
public int getTrafficClass()
IOReactorConfig.Builder.setTrafficClass(int)
public int getSndBufSize()
public int getRcvBufSize()
public int getBacklogSize()
public int getTcpKeepIdle()
IOReactorConfig.Builder.setTcpKeepIdle(int)
public int getTcpKeepInterval()
IOReactorConfig.Builder.setTcpKeepInterval(int)
public int getTcpKeepCount()
IOReactorConfig.Builder.setTcpKeepCount(int)
public SocketAddress getSocksProxyAddress()
public String getSocksProxyUsername()
public String getSocksProxyPassword()
public static IOReactorConfig.Builder custom()
public static IOReactorConfig.Builder copy(IOReactorConfig config)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.