|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServer
Provide interface for configuring a web server.
Method Summary | |
---|---|
boolean |
isStarted()
Whether the web server is started. |
boolean |
isStopped()
Whether the web server is stopped. |
void |
start()
Start the webserver. |
void |
stop()
Stop the webserver. |
Method Detail |
---|
void start() throws java.io.IOException
java.io.IOException
- in case of I/O problems or the server won't start.void stop() throws java.io.IOException
java.io.IOException
- in case of I/O problems or if it can't stop the server.boolean isStarted()
boolean isStopped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |