Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.autoconfigure.websocket |
Auto-configuration for Spring WebSocket.
|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
org.springframework.boot.context.embedded.jetty |
Support for Jetty
EmbeddedServletContainers . |
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
org.springframework.boot.context.embedded.undertow |
Support for Undertow
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.customize(ConfigurableEmbeddedServletContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketContainerCustomizer.customize(ConfigurableEmbeddedServletContainer container) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurableEmbeddedServletContainer
Abstract base class for
ConfigurableEmbeddedServletContainer implementations. |
class |
AbstractEmbeddedServletContainerFactory
Abstract base class for
EmbeddedServletContainerFactory implementations. |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedServletContainerCustomizer.customize(ConfigurableEmbeddedServletContainer container)
Customize the specified
ConfigurableEmbeddedServletContainer . |
Modifier and Type | Class and Description |
---|---|
class |
JettyEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
JettyEmbeddedServletContainer s. |
Modifier and Type | Class and Description |
---|---|
class |
TomcatEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
TomcatEmbeddedServletContainer s. |
Modifier and Type | Class and Description |
---|---|
class |
UndertowEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
UndertowEmbeddedServletContainer s. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.