Uses of Class
io.vertx.core.http.Http1ServerConfig
Packages that use Http1ServerConfig
-
Uses of Http1ServerConfig in io.vertx.core.http
Methods in io.vertx.core.http that return Http1ServerConfigModifier and TypeMethodDescriptionHttpServerConfig.getHttp1Config()HttpServerOptions.getHttp1Config()Http1ServerConfig.setDecoderInitialBufferSize(int decoderInitialBufferSize) Set the initial buffer size for the HTTP decoderHttp1ServerConfig.setMaxChunkSize(int maxChunkSize) Set the maximum HTTP chunk size thatHttpServerRequest.handler(Handler)will receiveHttp1ServerConfig.setMaxHeaderSize(int maxHeaderSize) Set the maximum length of all headers for HTTP/1.x .Http1ServerConfig.setMaxInitialLineLength(int maxInitialLineLength) Set the maximum length of the initial line for HTTP/1.x (e.g.Methods in io.vertx.core.http with parameters of type Http1ServerConfigModifier and TypeMethodDescriptionHttpServerConfig.setHttp1Config(Http1ServerConfig config) Set the HTTP/1.x configuration to useConstructors in io.vertx.core.http with parameters of type Http1ServerConfig