| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyManagerFactory |
SslServerCustomizer.getKeyManagerFactory(Ssl ssl,
SslStoreProvider sslStoreProvider) |
protected TrustManagerFactory |
SslServerCustomizer.getTrustManagerFactory(Ssl ssl,
SslStoreProvider sslStoreProvider) |
| Constructor and Description |
|---|
SslServerCustomizer(Ssl ssl,
Http2 http2,
SslStoreProvider sslStoreProvider) |
| Modifier and Type | Method and Description |
|---|---|
Ssl |
AbstractConfigurableWebServerFactory.getSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConfigurableWebServerFactory.setSsl(Ssl ssl) |
void |
ConfigurableWebServerFactory.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the server's default connector.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.