Uses of Class
io.vertx.core.net.QuicServerConfig
Packages that use QuicServerConfig
Package
Description
-
Uses of QuicServerConfig in io.vertx.core
Methods in io.vertx.core with parameters of type QuicServerConfigModifier and TypeMethodDescriptiondefault QuicServerVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server. -
Uses of QuicServerConfig in io.vertx.core.http
Methods in io.vertx.core.http that return QuicServerConfig -
Uses of QuicServerConfig in io.vertx.core.net
Methods in io.vertx.core.net that return QuicServerConfigModifier and TypeMethodDescriptionQuicServerConfig.setClientAddressValidation(QuicClientAddressValidation clientAddressValidation) Configure the server to validate the client address using a (retry) token, by default this feature is disabled.QuicServerConfig.setClientAddressValidationKey(KeyCertOptions validationKey) Set the cryptographic key used for client address validation tokens, thevalidationKeymust point to a keystore containing a private key / certificate pair or to a keystore containing symmetric key.QuicServerConfig.setClientAddressValidationTimeWindow(Duration clientAddressValidationTimeWindow) Set the time window by which a Quic token issued by the server to a client remains valid.Set the hostQuicServerConfig.setIdleTimeout(Duration idleTimeout) QuicServerConfig.setKeyLogFile(String keyLogFile) QuicServerConfig.setLoadBalanced(boolean loadBalanced) Set totrueenables to bind multiples instances of a server on the same UDP port with theSO_REUSEoptions and let set of bound server route UDP packets to the correct server instance.QuicServerConfig.setLogConfig(LogConfig config) QuicServerConfig.setMaxStreamBidiRequests(int maxStreamRequests) QuicServerConfig.setMaxStreamUniRequests(int maxStreamRequests) QuicServerConfig.setMetricsName(String metricsName) QuicServerConfig.setPort(int port) Set the portQuicServerConfig.setQLogConfig(QLogConfig qLogConfig) QuicServerConfig.setReadIdleTimeout(Duration idleTimeout) QuicClientConfig.setReuseAddress(boolean reuseAddress) QuicServerConfig.setReuseAddress(boolean reuseAddress) QuicServerConfig.setTransportConfig(QuicConfig transportConfig) QuicServerConfig.setWriteIdleTimeout(Duration idleTimeout) Constructors in io.vertx.core.net with parameters of type QuicServerConfig -
Uses of QuicServerConfig in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type QuicServerConfigModifier and TypeMethodDescriptionVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server. -
Uses of QuicServerConfig in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type QuicServerConfigModifier and TypeMethodDescriptionVertx.createQuicServer(QuicServerConfig config, ServerSSLOptions sslOptions) Create a configured Quic server.