Package | Description |
---|---|
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
Collection<TomcatConnectorCustomizer> |
TomcatEmbeddedServletContainerFactory.getTomcatConnectorCustomizers()
Returns a mutable collection of the
TomcatConnectorCustomizer s that will be
applied to the Tomcat Context . |
Modifier and Type | Method and Description |
---|---|
void |
TomcatEmbeddedServletContainerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... tomcatConnectorCustomizers)
Add
TomcatContextCustomizer s that should be added to the Tomcat
Connector . |
Modifier and Type | Method and Description |
---|---|
void |
TomcatEmbeddedServletContainerFactory.setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer> tomcatConnectorCustomizers)
Set
TomcatConnectorCustomizer s that should be applied to the Tomcat
Connector . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.