public class AcceptorConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address |
int |
backlog |
boolean |
deferAccept |
boolean |
keepAlive |
boolean |
noDelay |
int |
notsentLowat |
int |
port |
int |
recvBuf |
boolean |
reusePort |
int |
sendBuf |
SslConfig |
ssl |
boolean |
tcpFastOpen |
boolean |
thinLto |
int |
threads |
int |
tos |
| Constructor and Description |
|---|
AcceptorConfig() |
public int threads
public java.lang.String address
public int port
public int recvBuf
public int sendBuf
public int tos
public int backlog
public int notsentLowat
public boolean keepAlive
public boolean noDelay
public boolean tcpFastOpen
public boolean deferAccept
public boolean reusePort
public boolean thinLto
public SslConfig ssl