Uses of Class
io.vertx.core.http.Http3Settings
Packages that use Http3Settings
-
Uses of Http3Settings in io.vertx.core.http
Methods in io.vertx.core.http that return Http3SettingsModifier and TypeMethodDescriptionHttp3Settings.copy()Http3ClientConfig.getInitialSettings()Http3ServerConfig.getInitialSettings()<T> Http3SettingsHttp3Settings.set(HttpSetting<T> setting, T value) Http3Settings.setLong(HttpSetting<?> setting, long value) Http3Settings.setMaxFieldSectionSize(long value) Set theMAX_FIELD_SECTION_SIZEsetting value.Http3Settings.setQPackBlockedStreams(long value) Set theQPACK_BLOCKED_STREAMSsetting value.Http3Settings.setQPackMaxTableCapacity(long value) Methods in io.vertx.core.http with parameters of type Http3SettingsModifier and TypeMethodDescriptionHttp3ClientConfig.setInitialSettings(Http3Settings settings) Set the HTTP/3 connection settings sent by the client.Http3ServerConfig.setInitialSettings(Http3Settings settings) Set the HTTP/3 connection settings sent by the server when a client connects.Constructors in io.vertx.core.http with parameters of type Http3Settings