Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.net
Interface AliceCompatibleHttpServer  view AliceCompatibleHttpServer download AliceCompatibleHttpServer.java

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:
run in interface java.lang.Runnable