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.

Constructor Index

 o QueryConnection(Socket, EnginePrefs)

Method Index

 o run()
Read a query and respond appropriately.

Constructors

 o QueryConnection
  public QueryConnection(Socket sock,
                         EnginePrefs prefs)

Methods

 o run
  public void run()
Read a query and respond appropriately.
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index