Class TcpOption<T>
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
-
QUICKACK
-
CORK
-
USER_TIMEOUT
-
FASTOPEN_CONNECT
-
FASTOPEN
-
KEEPCNT
-
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
-
-
Method Details
-
validate
-