public class TomPussWebServer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServer
| Constructor and Description |
|---|
TomPussWebServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
void |
start() |
void |
stop() |
public void start()
throws org.springframework.boot.web.server.WebServerException
start in interface org.springframework.boot.web.server.WebServerorg.springframework.boot.web.server.WebServerExceptionpublic void stop()
throws org.springframework.boot.web.server.WebServerException
stop in interface org.springframework.boot.web.server.WebServerorg.springframework.boot.web.server.WebServerExceptionpublic int getPort()
getPort in interface org.springframework.boot.web.server.WebServer