Uses of Class
io.vertx.core.http.Http2ServerConfig
Packages that use Http2ServerConfig
-
Uses of Http2ServerConfig in io.vertx.core.http
Methods in io.vertx.core.http that return Http2ServerConfigModifier and TypeMethodDescriptionHttpServerConfig.getHttp2Config()HttpServerOptions.getHttp2Config()Http2ServerConfig.setConnectionWindowSize(int connectionWindowSize) Set the default HTTP/2 connection window size.Http2ServerConfig.setInitialSettings(Http2Settings settings) Set the HTTP/2 connection settings immediatly sent by the server when a client connects.Http2ServerConfig.setMaxSmallContinuationFrames(int maxSmallContinuationFrames) Set the maximum number of small continuation frames allowed, this is used to prevent flood DoS attack via zero-byte continuation frames.Http2ServerConfig.setMultiplexImplementation(boolean multiplexImplementation) Set which HTTP/2 implementation to useHttp2ServerConfig.setRstFloodMaxRstFramePerWindow(int rstFloodMaxRstFramePerWindow) Set the max number of RST frame allowed per time window, this is used to prevent HTTP/2 RST frame flood DDOS attacks.Http2ServerConfig.setRstFloodWindowDuration(Duration rstFloodWindowDuration) Set the duration of the time window when checking the max number of RST frames, this is used to prevent HTTP/2 RST frame flood DDOS attacks.Methods in io.vertx.core.http with parameters of type Http2ServerConfigModifier and TypeMethodDescriptionHttpServerConfig.setHttp2Config(Http2ServerConfig config) Set the HTTP/2 configuration to useConstructors in io.vertx.core.http with parameters of type Http2ServerConfig