Uses of Class
io.muserver.Http2Config
-
Packages that use Http2Config Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of Http2Config in io.muserver
Methods in io.muserver that return Http2Config Modifier and Type Method Description Http2Config
Http2ConfigBuilder. build()
Creates the HTTP2 settings objectHttp2Config
MuServerBuilder. http2Config()
Methods in io.muserver with parameters of type Http2Config Modifier and Type Method Description MuServerBuilder
MuServerBuilder. withHttp2Config(Http2Config http2Config)
Sets the configuration for HTTP2
-