Package | Description |
---|---|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
SslStoreProvider |
AbstractConfigurableEmbeddedServletContainer.getSslStoreProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setSslStoreProvider(SslStoreProvider sslStoreProvider)
Sets a provider that will be used to obtain SSL stores.
|
void |
AbstractConfigurableEmbeddedServletContainer.setSslStoreProvider(SslStoreProvider sslStoreProvider) |
Modifier and Type | Method and Description |
---|---|
protected void |
TomcatEmbeddedServletContainerFactory.configureSslStoreProvider(AbstractHttp11JsseProtocol<?> protocol,
SslStoreProvider sslStoreProvider) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.