Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.web.embedded.netty |
Embedded reactive web server implementation backed by Netty.
|
org.springframework.boot.web.server |
Modifier and Type | Method and Description |
---|---|
Ssl |
ManagementServerProperties.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServerProperties.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
Ssl |
ServerProperties.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.setSsl(Ssl ssl) |
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,
SslStoreProvider sslStoreProvider) |
Modifier and Type | Method and Description |
---|---|
Ssl |
AbstractConfigurableWebServerFactory.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableWebServerFactory.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the server's default connector.
|
void |
AbstractConfigurableWebServerFactory.setSsl(Ssl ssl) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.