|
|||||||||
| Home >> All >> org >> alicebot >> server >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.net
Interface AliceCompatibleHttpServer

- All Superinterfaces:
- org.alicebot.server.core.BotProcess, java.lang.Runnable
- All Known Implementing Classes:
- JettyWrapper
- public interface AliceCompatibleHttpServer
- extends org.alicebot.server.core.BotProcess
| Method Summary | |
void |
configure(java.lang.String s)
|
void |
run()
This method will be called by whoever wishes to run your class implementing Runnable. |
| Methods inherited from interface org.alicebot.server.core.BotProcess |
shutdown |
| Method Detail |
configure
public void configure(java.lang.String s) throws java.io.IOException
run
public void run()
- Description copied from interface:
java.lang.Runnable - This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
runin interfacejava.lang.Runnable
|
|||||||||
| Home >> All >> org >> alicebot >> server >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC