| Package | Description | 
|---|---|
| org.springframework.boot.web.embedded.netty | Embedded reactive web server implementation backed by Netty. | 
| org.springframework.boot.web.server | Support for embedded web servers. | 
| Constructor and Description | 
|---|
| SslServerCustomizer(Ssl ssl,
                   Http2 http2,
                   SslStoreProvider sslStoreProvider) | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2 | AbstractConfigurableWebServerFactory. getHttp2() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractConfigurableWebServerFactory. setHttp2(Http2 http2) | 
| void | ConfigurableWebServerFactory. setHttp2(Http2 http2)Sets the HTTP/2 configuration that will be applied to the server. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.