Uses of Class
org.springframework.boot.web.server.Http2
Packages that use Http2
Package
Description
Reactive web server implementation backed by Netty.
Support for embedded web servers.
Classes related to the auto-configuration of a web server.
-
Uses of Http2 in org.springframework.boot.reactor.netty
Constructors in org.springframework.boot.reactor.netty with parameters of type Http2ModifierConstructorDescriptionSslServerCustomizer
(@Nullable Http2 http2, @Nullable Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) -
Uses of Http2 in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return Http2Modifier and TypeMethodDescription@Nullable Http2
AbstractConfigurableWebServerFactory.getHttp2()
Methods in org.springframework.boot.web.server with parameters of type Http2 -
Uses of Http2 in org.springframework.boot.web.server.autoconfigure
Methods in org.springframework.boot.web.server.autoconfigure that return Http2