Class bdd.search.query.QueryWebServer
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class bdd.search.query.QueryWebServer
java.lang.Object
   |
   +----java.lang.Thread
           |
           +----bdd.search.query.QueryWebServer
  -  public class QueryWebServer
  -  extends Thread
Written by Tim Macinta 1997
 Distributed under the GNU Public License
      (a copy of which is enclosed with the source).   
                                                       
 
 This class provides a specialized web server that allows queries
 into a search database.
   
  -   QueryWebServer() QueryWebServer()
-  Starts a new QueryWebServer on the default port.
  
-   QueryWebServer(int) QueryWebServer(int)
-  Starts a new QueryWebServer on the specified port.
  
-   QueryWebServer(int, EnginePrefs) QueryWebServer(int, EnginePrefs)
-  Starts a new QueryWebServer on the specified port with the given
 preferences.
   
  -   main(String[]) main(String[])
-  This is the method that is called when the server is started from
 the command line.
  
-   run() run()
-  This is where connections are accepted.
   
 QueryWebServer
QueryWebServer
  public QueryWebServer()
  -  Starts a new QueryWebServer on the default port.
 QueryWebServer
QueryWebServer
  public QueryWebServer(int port)
  -  Starts a new QueryWebServer on the specified port.
 QueryWebServer
QueryWebServer
  public QueryWebServer(int port,
                        EnginePrefs prefs)
  -  Starts a new QueryWebServer on the specified port with the given
 preferences.
   
 run
run
  public void run()
  -  This is where connections are accepted.
  
    -  Overrides:
    
-  run in class Thread
  
 
 main
main
  public static void main(String arg[])
  -  This is the method that is called when the server is started from
 the command line.
All Packages  Class Hierarchy  This Package  Previous  Next  Index