Uses of Class
io.muserver.Http2ConfigBuilder
-
Packages that use Http2ConfigBuilder Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of Http2ConfigBuilder in io.muserver
Methods in io.muserver that return Http2ConfigBuilder Modifier and Type Method Description Http2ConfigBuilderHttp2ConfigBuilder. enabled(boolean enabled)Specifies whether to enable HTTP2 or not.static Http2ConfigBuilderHttp2ConfigBuilder. http2Config()Creates a new config where HTTP2 is disabledstatic Http2ConfigBuilderHttp2ConfigBuilder. http2Enabled()Creates a new config where HTTP2 is enabledstatic Http2ConfigBuilderHttp2ConfigBuilder. http2EnabledIfAvailable()Creates a new config where HTTP2 is enabled if supported by the Java version.Http2ConfigBuilderHttp2Config. toBuilder()Methods in io.muserver with parameters of type Http2ConfigBuilder Modifier and Type Method Description MuServerBuilderMuServerBuilder. withHttp2Config(Http2ConfigBuilder http2Config)Sets the configuration for HTTP2
-