Uses of Class
io.vertx.core.http.Http2Settings
Packages that use Http2Settings
Package
Description
-
Uses of Http2Settings in io.vertx.core.http
Methods in io.vertx.core.http that return Http2SettingsModifier and TypeMethodDescriptionHttp2Settings.copy()Http2ClientConfig.getInitialSettings()Http2ServerConfig.getInitialSettings()HttpClientOptions.getInitialSettings()HttpServerOptions.getInitialSettings()Http2Settings.set(int id, long value) Set a settingvaluefor a given settingid.<T> Http2SettingsHttp2Settings.set(HttpSetting<T> setting, T value) Http2Settings.setExtraSettings(Map<Integer, Long> settings) Set the extra setting used for extending HTTP/2Http2Settings.setHeaderTableSize(long headerTableSize) Set SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting.Http2Settings.setInitialWindowSize(int initialWindowSize) Set the SETTINGS_INITIAL_WINDOW_SIZE HTTP/2 settingHttp2Settings.setLong(HttpSetting<?> setting, long value) Http2Settings.setMaxConcurrentStreams(long maxConcurrentStreams) Set the SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 settingHttp2Settings.setMaxFrameSize(int maxFrameSize) Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 settingHttp2Settings.setMaxHeaderListSize(long maxHeaderListSize) Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 settingHttp2Settings.setPushEnabled(boolean pushEnabled) Set the SETTINGS_ENABLE_PUSH HTTP/2 settingMethods in io.vertx.core.http with parameters of type Http2SettingsModifier and TypeMethodDescriptionHttp2ClientConfig.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediately sent by to the server when the client connects.Http2ServerConfig.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediatly sent by the server when a client connects.HttpClientOptions.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediately sent by to the server when the client connects.HttpServerOptions.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediatly sent by the server when a client connects.Constructors in io.vertx.core.http with parameters of type Http2Settings -
Uses of Http2Settings in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type Http2SettingsModifier and TypeMethodDescriptionConsulClientOptions.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediately sent by to the server when the client connects. -
Uses of Http2Settings in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type Http2SettingsModifier and TypeMethodDescriptionCachingWebClientOptions.setInitialSettings(Http2Settings settings) WebClientOptions.setInitialSettings(Http2Settings settings) -
Uses of Http2Settings in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type Http2Settings