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.

Constructor Index

 o QueryWebServer()
Starts a new QueryWebServer on the default port.
 o QueryWebServer(int)
Starts a new QueryWebServer on the specified port.
 o QueryWebServer(int, EnginePrefs)
Starts a new QueryWebServer on the specified port with the given preferences.

Method Index

 o main(String[])
This is the method that is called when the server is started from the command line.
 o run()
This is where connections are accepted.

Constructors

 o QueryWebServer
  public QueryWebServer()
Starts a new QueryWebServer on the default port.
 o QueryWebServer
  public QueryWebServer(int port)
Starts a new QueryWebServer on the specified port.
 o QueryWebServer
  public QueryWebServer(int port,
                        EnginePrefs prefs)
Starts a new QueryWebServer on the specified port with the given preferences.

Methods

 o run
  public void run()
This is where connections are accepted.
Overrides:
run in class Thread
 o 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