|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HttpServerInterface
Interface to plug-in user's WebServer to the HTML Adaptor and HTTP Connector.
| Method Summary | |
|---|---|
java.lang.String |
getConfigFileName()
Getter for the configFileName. |
void |
restartHttpServer()
Restarts the WebServer. |
void |
setConfigFileName(java.lang.String configFileName)
Setter for the configuration file Name with location. |
void |
setPort(int port)
Setter for the port. |
void |
startHttpServer()
Method to start the WebServer initially. |
void |
stopHttpServer()
Stops the WebServer. |
| Method Detail |
|---|
void startHttpServer()
throws java.lang.Exception
java.lang.Exception - while error starting WebServer.
void stopHttpServer()
throws java.lang.Exception
java.lang.Exception - on error while stopping WebServer.
void restartHttpServer()
throws java.lang.Exception
java.lang.Exception - while error trying to restart the WebServervoid setConfigFileName(java.lang.String configFileName)
configFileName - The configuration file name with path.java.lang.String getConfigFileName()
void setPort(int port)
the - port number at which the web server should run.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||