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 |
PortInUseException
A
PortInUseException is thrown when an embedded servlet container fails to
start due to a port already being in use. |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedServletContainer.start()
Starts the embedded servlet container.
|
void |
EmbeddedServletContainer.stop()
Stops the embedded servlet container.
|
Modifier and Type | Method and Description |
---|---|
void |
JettyEmbeddedServletContainer.start() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorStartFailedException
A
ConnectorStartFailedException is thrown when a Tomcat Connector fails
to start, for example due to a port clash or incorrect SSL configuration. |
Modifier and Type | Method and Description |
---|---|
void |
TomcatEmbeddedServletContainer.start() |
void |
TomcatEmbeddedServletContainer.stop() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowEmbeddedServletContainer.start() |
void |
UndertowEmbeddedServletContainer.stop() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.