Class bdd.search.query.QueryConnection
All Packages Class Hierarchy This Package Previous Next Index
Class bdd.search.query.QueryConnection
java.lang.Object
|
+----java.lang.Thread
|
+----bdd.search.query.QueryConnection
- public class QueryConnection
- extends Thread
Written by Tim Macinta 1997
Distributed under the GNU Public License
(a copy of which is enclosed with the source).
This class is the server side end of a connection to the web server.
-
QueryConnection(Socket, EnginePrefs)
-
-
run()
- Read a query and respond appropriately.
QueryConnection
public QueryConnection(Socket sock,
EnginePrefs prefs)
run
public void run()
- Read a query and respond appropriately.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index