| |
|
| java.lang.Object java.lang.Thread bdd.search.query.QueryWebServer
QueryWebServer | public class QueryWebServer extends Thread (Code) | | 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 Summary | |
public | QueryWebServer() Starts a new QueryWebServer on the default port. | public | QueryWebServer(int port) Starts a new QueryWebServer on the specified port. | public | QueryWebServer(int port, EnginePrefs prefs) Starts a new QueryWebServer on the specified port with the given
preferences. |
Method Summary | |
public static void | main(String arg) This is the method that is called when the server is started from
the command line. | public void | run() This is where connections are accepted. |
QueryWebServer | public QueryWebServer()(Code) | | Starts a new QueryWebServer on the default port.
|
QueryWebServer | public QueryWebServer(int port)(Code) | | Starts a new QueryWebServer on the specified port.
|
QueryWebServer | public QueryWebServer(int port, EnginePrefs prefs)(Code) | | Starts a new QueryWebServer on the specified port with the given
preferences.
|
main | public static void main(String arg)(Code) | | This is the method that is called when the server is started from
the command line.
|
run | public void run()(Code) | | This is where connections are accepted.
|
|
|
|