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()
- Starts a new QueryWebServer on the default port.
-
QueryWebServer(int)
- Starts a new QueryWebServer on the specified port.
-
QueryWebServer(int, EnginePrefs)
- Starts a new QueryWebServer on the specified port with the given
preferences.
-
main(String[])
- This is the method that is called when the server is started from
the command line.
-
run()
- This is where connections are accepted.
QueryWebServer
public QueryWebServer()
- Starts a new QueryWebServer on the default port.
QueryWebServer
public QueryWebServer(int port)
- Starts a new QueryWebServer on the specified port.
QueryWebServer
public QueryWebServer(int port,
EnginePrefs prefs)
- Starts a new QueryWebServer on the specified port with the given
preferences.
run
public void run()
- This is where connections are accepted.
- Overrides:
- run in class Thread
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