Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AbstractEmbeddedServletContainerFactory
Abstract base class for
EmbeddedServletContainerFactory implementations. |
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.