Uses of Class
io.vertx.core.http.Http3ClientConfig
Packages that use Http3ClientConfig
-
Uses of Http3ClientConfig in io.vertx.core.http
Methods in io.vertx.core.http that return Http3ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.getHttp3Config()Http3ClientConfig.setInitialSettings(Http3Settings settings) Set the HTTP/3 connection settings sent by the client.Http3ClientConfig.setKeepAliveTimeout(Duration keepAliveTimeout) Set the keep alive timeout for HTTP/3 connections.Http3ClientConfig.setMultiplexingLimit(int limit) Set a client limit of the number concurrent streams for each HTTP/3 connection, this limits the number of streams the client can create for a connection.Methods in io.vertx.core.http with parameters of type Http3ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.setHttp3Config(Http3ClientConfig config) Set the HTTP/2 configuration to useConstructors in io.vertx.core.http with parameters of type Http3ClientConfig -
Uses of Http3ClientConfig in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type Http3ClientConfigModifier and TypeMethodDescriptionCachingWebClientConfig.setHttp3Config(Http3ClientConfig config) WebClientConfig.setHttp3Config(Http3ClientConfig config)