Package | Description |
---|---|
org.springframework.boot.context.embedded.jetty |
Support for Jetty
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
Collection<JettyServerCustomizer> |
JettyEmbeddedServletContainerFactory.getServerCustomizers()
Returns a mutable collection of Jetty
Configuration s that will be applied
to the WebAppContext before the server is created. |
Modifier and Type | Method and Description |
---|---|
void |
JettyEmbeddedServletContainerFactory.addServerCustomizers(JettyServerCustomizer... customizers)
Add
JettyServerCustomizer s that will be applied to the Server
before it is started. |
Modifier and Type | Method and Description |
---|---|
void |
JettyEmbeddedServletContainerFactory.setServerCustomizers(Collection<? extends JettyServerCustomizer> customizers)
Sets
JettyServerCustomizer s that will be applied to the Server
before it is started. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.