Uses of Class
io.vertx.core.http.Http1ClientConfig
Packages that use Http1ClientConfig
-
Uses of Http1ClientConfig in io.vertx.core.http
Methods in io.vertx.core.http that return Http1ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.getHttp1Config()HttpClientOptions.getHttp1Config()Http1ClientConfig.setDecoderInitialBufferSize(int decoderInitialBufferSize) set toinitialBufferSizeHttpDecoderthe initial buffer of the HttpDecoder.Http1ClientConfig.setKeepAlive(boolean keepAlive) Set whether keep alive is enabled on the clientHttp1ClientConfig.setKeepAliveTimeout(Duration keepAliveTimeout) Set the keep alive timeout for HTTP/1.1 connections.Http1ClientConfig.setMaxChunkSize(int maxChunkSize) Set the maximum HTTP chunk sizeHttp1ClientConfig.setMaxHeaderSize(int maxHeaderSize) Set the maximum length of all headers for HTTP/1.x .Http1ClientConfig.setMaxInitialLineLength(int maxInitialLineLength) Set the maximum length of the initial line for HTTP/1.x (e.g.Http1ClientConfig.setPipelining(boolean pipelining) Set whether pipe-lining is enabled on the clientHttp1ClientConfig.setPipeliningLimit(int limit) Set the limit of pending requests a pipe-lined HTTP/1 connection can send.Methods in io.vertx.core.http with parameters of type Http1ClientConfigModifier and TypeMethodDescriptionHttpClientConfig.setHttp1Config(Http1ClientConfig config) Set the HTTP/1.x configuration to useConstructors in io.vertx.core.http with parameters of type Http1ClientConfig -
Uses of Http1ClientConfig in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type Http1ClientConfigModifier and TypeMethodDescriptionCachingWebClientConfig.setHttp1Config(Http1ClientConfig config) WebClientConfig.setHttp1Config(Http1ClientConfig config)