Uses of Class
io.vertx.core.net.EndpointConfig
Packages that use EndpointConfig
-
Uses of EndpointConfig in io.vertx.core.net
Subclasses of EndpointConfig in io.vertx.core.netModifier and TypeClassDescriptionclassConfiguration of a Quic client.classConfiguration of a Quic client.classConfiguration of a Quic server.classConfiguration of aNetClientclassShould this beTcpConfiginstead ?classConfiguration of aNetServerMethods in io.vertx.core.net that return EndpointConfigModifier and TypeMethodDescriptionEndpointConfig.setIdleTimeout(Duration idleTimeout) Set the stream idle timeout, zero ornullmeans don't time out.EndpointConfig.setLogConfig(LogConfig config) Configure the log config: Netty's stream pipeline is configured for logging on Netty's logger.EndpointConfig.setMetricsName(String metricsName) Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.EndpointConfig.setReadIdleTimeout(Duration idleTimeout) Set the stream read idle timeout, zero ornullmeans or null means don't time out.EndpointConfig.setWriteIdleTimeout(Duration idleTimeout) Set the stream write idle timeout, zero ornullmeans don't time out.Constructors in io.vertx.core.net with parameters of type EndpointConfig