public interface WebServer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseUrl()
Return the base-url.
|
boolean |
isRunning()
Checks if the server is running.
|
void |
start()
Starts the server.
|
void |
stop()
Stop the server.
|
void start()
throws java.lang.Exception
java.lang.Exception - something goes wrong.boolean isRunning()
void stop() throws java.lang.Exception
java.lang.Exception - stop the server.java.lang.String getBaseUrl()
Copyright © 2017 PPI AG. All rights reserved.