Uses of Class
io.vertx.core.http.HttpSettings
Packages that use HttpSettings
-
Uses of HttpSettings in io.vertx.core.http
Subclasses of HttpSettings in io.vertx.core.httpModifier and TypeClassDescriptionfinal classHTTP2 settings, the settings is initialized with the default HTTP/2 values.classHTTP/3 settings, the settings is initialized with the default HTTP/3 values.Methods in io.vertx.core.http that return HttpSettingsModifier and TypeMethodDescriptionabstract HttpSettingsHttpSettings.copy()HttpConnection.remoteSettings()<T> HttpSettingsHttpSettings.set(HttpSetting<T> setting, T value) Set thesettingvalue with<T>.HttpSettings.setLong(HttpSetting<?> setting, long value) Set thesettingvalue withlong.HttpConnection.settings()Methods in io.vertx.core.http with parameters of type HttpSettingsModifier and TypeMethodDescriptionHttpConnection.updateSettings(HttpSettings settings) Send to the remote endpoint an update of this endpoint settingsMethod parameters in io.vertx.core.http with type arguments of type HttpSettingsModifier and TypeMethodDescriptionHttpConnection.remoteSettingsHandler(Handler<HttpSettings> handler) Set an handler that is called when remote endpointHttpSettingsare updated.