Uses of Class
io.vertx.core.net.QuicEndpointConfig
Packages that use QuicEndpointConfig
-
Uses of QuicEndpointConfig in io.vertx.core.net
Subclasses of QuicEndpointConfig in io.vertx.core.netModifier and TypeClassDescriptionclassConfiguration of a Quic client.classConfiguration of a Quic server.Methods in io.vertx.core.net that return QuicEndpointConfigModifier and TypeMethodDescriptionQuicEndpointConfig.setIdleTimeout(Duration idleTimeout) QuicEndpointConfig.setKeyLogFile(String keyLogFile) Configures the endpoint to dump the cryptographic secrets using in TLS in theSSLKEYLOGFILEformat.QuicEndpointConfig.setLogConfig(LogConfig config) QuicEndpointConfig.setMaxStreamBidiRequests(int maxStreamRequests) Set the maximum number of bidi stream requests per connection that can be queued when the connection stream bidi limit is reached.QuicEndpointConfig.setMaxStreamUniRequests(int maxStreamRequests) Set the maximum number of unit stream requests per connection that can be queued when the connection stream uni limit is reached.QuicEndpointConfig.setMetricsName(String metricsName) QuicEndpointConfig.setQLogConfig(QLogConfig qLogConfig) Set the endpoint QLog config.QuicEndpointConfig.setReadIdleTimeout(Duration idleTimeout) QuicEndpointConfig.setReuseAddress(boolean reuseAddress) Set the value of reuse address, used to bind the UDP socket underpinning the QUIC transport.QuicEndpointConfig.setTransportConfig(QuicConfig transportConfig) QuicEndpointConfig.setWriteIdleTimeout(Duration idleTimeout) Constructors in io.vertx.core.net with parameters of type QuicEndpointConfig -
Uses of QuicEndpointConfig in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type QuicEndpointConfigModifier and TypeMethodDescriptiondefault TransportMetrics<?> VertxMetrics.createQuicEndpointMetrics(QuicEndpointConfig config, String protocol, SocketAddress localAddress) Provides the quic endpoint metrics SPI when a quic endpoint is created.