Package | Description |
---|---|
org.springframework.boot.web.embedded.jetty |
Embedded reactive and servlet web server implementations backed by Jetty.
|
org.springframework.boot.web.embedded.netty |
Embedded reactive web server implementation backed by Netty.
|
org.springframework.boot.web.embedded.tomcat |
Embedded reactive and servlet web server implementations backed by Tomcat.
|
org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
|
org.springframework.boot.web.server |
Support for embedded web servers.
|
Modifier and Type | Method and Description |
---|---|
void |
JettyWebServer.start() |
Modifier and Type | Method and Description |
---|---|
void |
NettyWebServer.start() |
void |
NettyWebServer.stop() |
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 |
TomcatWebServer.start() |
void |
TomcatWebServer.stop() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowWebServer.start() |
void |
UndertowServletWebServer.start() |
void |
UndertowWebServer.stop() |
void |
UndertowServletWebServer.stop() |
Modifier and Type | Class and Description |
---|---|
class |
PortInUseException
A
PortInUseException is thrown when a web server fails to start due to a port
already being in use. |
Modifier and Type | Method and Description |
---|---|
void |
WebServer.start()
Starts the web server.
|
void |
WebServer.stop()
Stops the web server.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.