Uses of Class
io.vertx.core.http.Http2ClientConfig
Packages that use Http2ClientConfig
-
Uses of Http2ClientConfig in io.vertx.core.http
Methods in io.vertx.core.http that return Http2ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.getHttp2Config()HttpClientOptions.getHttp2Config()Http2ClientConfig.setClearTextUpgrade(boolean value) Set totruewhen an h2c connection is established using an HTTP/1.1 upgrade request, andfalsewhen an h2c connection is established directly (with prior knowledge).Http2ClientConfig.setClearTextUpgradeWithPreflightRequest(boolean value) Set totruewhen an h2c connection established using an HTTP/1.1 upgrade request should perform a preflightOPTIONSrequest to the origin server to establish the h2c connection.Http2ClientConfig.setConnectionWindowSize(int connectionWindowSize) Set the default HTTP/2 connection window size.Http2ClientConfig.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediately sent by to the server when the client connects.Http2ClientConfig.setKeepAliveTimeout(Duration keepAliveTimeout) Set the keep alive timeout for HTTP/2 connections.Http2ClientConfig.setMultiplexImplementation(boolean multiplexImplementation) Set which HTTP/2 implementation to useHttp2ClientConfig.setMultiplexingLimit(int limit) Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.Http2ClientConfig.setUpgradeMaxContentLength(int upgradeMaxContentLength) Set the HTTP/2 upgrade maximum length of the aggregated content in bytes.Methods in io.vertx.core.http with parameters of type Http2ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.setHttp2Config(Http2ClientConfig config) Set the HTTP/2 configuration to useConstructors in io.vertx.core.http with parameters of type Http2ClientConfig -
Uses of Http2ClientConfig in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type Http2ClientConfigModifier and TypeMethodDescriptionCachingWebClientConfig.setHttp2Config(Http2ClientConfig config) WebClientConfig.setHttp2Config(Http2ClientConfig config)