| 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  
Configurations that will be applied
 to the WebAppContext before the server is created. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JettyEmbeddedServletContainerFactory.addServerCustomizers(JettyServerCustomizer... customizers)
Add  
JettyServerCustomizers 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  
JettyServerCustomizers that will be applied to the Server
 before it is started. | 
Copyright © 2014. All rights reserved.