|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AliceCompatibleHttpServer
Specifies the methods that an http server must implement in order to be compatible with Program D.
| Method Summary | |
|---|---|
void |
configure(java.lang.String configFilePath)
Configures the http server given the path or URL to a configuration file. |
void |
run()
Starts the http server. |
| Methods inherited from interface org.alicebot.server.core.BotProcess |
|---|
shutdown |
| Method Detail |
|---|
void configure(java.lang.String configFilePath)
throws java.io.IOException
configFilePath - path or URL for a configuration file
java.io.IOException - if the configuration file cannot be readvoid run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||