| Package | Description |
|---|---|
| org.springframework.boot.context.embedded |
Support for embedded servlet containers.
|
| org.springframework.boot.context.embedded.jetty |
Support for Jetty
EmbeddedServletContainers. |
| org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbeddedServletContainerFactory
Abstract base class for
EmbeddedServletContainerFactory implementations. |
| Modifier and Type | Method and Description |
|---|---|
protected EmbeddedServletContainerFactory |
EmbeddedWebApplicationContext.getEmbeddedServletContainerFactory()
Returns the
EmbeddedServletContainerFactory that should be used to create
the embedded servlet container. |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
JettyEmbeddedServletContainers. |
| Modifier and Type | Class and Description |
|---|---|
class |
TomcatEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
TomcatEmbeddedServletContainers. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.