java.lang.Object
io.vertx.core.net.TcpOption<T>
Generic TCP configuration option.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTheTCP_CORKoption - only with Linux native transport.TheTCP_FASTOPENoption - only with Linux native transport.TheTCP_FASTOPEN_CONNECToption - only with Linux native transport.TheTCP_KEEPCNToption - only with Linux native transport.TheTCP_KEEPIDLEoption - only with Linux native transport.TheTCP_KEEPINTVLoption - only with Linux native transport.TheTCP_NODELAYoption - only with Linux native transport.TheTCP_QUICKACKoption - only with Linux native transport.TheTCP_USER_TIMEOUToption - only with Linux native transport. -
Method Summary
-
Field Details
-
NODELAY
TheTCP_NODELAYoption - only with Linux native transport. -
QUICKACK
TheTCP_QUICKACKoption - only with Linux native transport. -
CORK
TheTCP_CORKoption - only with Linux native transport. -
USER_TIMEOUT
TheTCP_USER_TIMEOUToption - only with Linux native transport. -
FASTOPEN_CONNECT
TheTCP_FASTOPEN_CONNECToption - only with Linux native transport. -
FASTOPEN
TheTCP_FASTOPENoption - only with Linux native transport. -
KEEPCNT
TheTCP_KEEPCNToption - only with Linux native transport.The maximum number of keepalive probes TCP should send before dropping the connection.
A value of
0means: Do not set this socket option, which will result in an OS-specific default value. -
KEEPIDLE
TheTCP_KEEPIDLEoption - only with Linux native transport.The time (in seconds) the connection needs to remain idle before TCP starts sending keepalive probes, if enabled.
A value of
0means: Do not set this socket option, which will result in an OS-specific default value. -
KEEPINTVL
TheTCP_KEEPINTVLoption - only with Linux native transport.The time (in seconds) between individual keepalive probes.
A value of
0means: Do not set this socket option, which will result in an OS-specific default value.
-
-
Method Details
-
validate
-