Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES
A C D G I M O P R S T

A

AcquireThread(Server, String, String) - Constructor for class AcquireThread
 
acquire(String, String) - Method in class Client
 
acquire(String, String) - Method in class Server
Sends a request to acquire the following engine.
acquire(String, String) - Method in class ServerConnectionThread
Receives an acquire request from the client and sends it to the server.
AcquireThread - class AcquireThread.
The AcquirThread class is responsible on the new engine acquiring.

C

Client() - Constructor for class Client
 
ClientConnector(String) - Constructor for class ClientConnector
 
Client - class Client.
 
ClientConnector - class ClientConnector.
A class which sends a msg to the server and waits for the return message.
closeSession() - Method in class ServerConnectionThread
Ends the session

D

data - Variable in class Message
 
displayUrl(URL) - Method in class Client
 
doneAcquired(boolean) - Method in class Server
Returns the acquire status results.
doneAcquired(boolean) - Method in class ServerConnectionThread
Returnes the acquire result of acquiring new angine.

G

getRequest() - Method in class ServerConnectionThread
Receives the client request and returns the server respone.

I

init() - Method in class Client
 
initConnection() - Method in class ServerConnectionThread
 
initServer(int) - Method in class ServerConnectionThread
Inits the server with the correct socketNumber.
initSession() - Method in class ServerConnectionThread
Open a client session requist

M

Message(int) - Constructor for class Message
 
Message(int, Vector) - Constructor for class Message
 
main(String[]) - Static method in class Client
 
main(String[]) - Static method in class Server
Enable running the server in differents modes.
main(String[]) - Static method in class ServerConnectionThread
Test run this with no Server
Message - class Message.
This class is a message type between client and server.

O

openSession() - Method in class ServerConnectionThread
 

P

paint(Graphics) - Method in class Client
 
parse(String, String) - Method in class Server
Sends a request to parse the following engine.
parse(String, String) - Method in class ServerConnectionThread
Receive client request to parse a new engine and submit it to the server
print(String) - Method in class Client
 

R

replyResult(Message) - Method in class ServerConnectionThread
 
reportSearch(String) - Method in class SearchThread
 
reportSearch(boolean, String) - Method in class Server
Returns the search result and the place it the input placed.
reportSearch(boolean, String) - Method in class ServerConnectionThread
Receives a search result and return it to the client.
run() - Method in class AcquireThread
 
run() - Method in class ClientConnector
 
run() - Method in class SearchThread
 
run() - Method in class ServerConnectionThread
 

S

SearchThread(Server, Vector) - Constructor for class SearchThread
 
Server(int) - Constructor for class Server
Create a new server that litsen to the port number port.
Server(String, String) - Constructor for class Server
Creates a new server that performs an acquire action and quits.
Server(Vector) - Constructor for class Server
Creates a new server that performs a search action and quits.
ServerConnectionThread(Server) - Constructor for class ServerConnectionThread
Intialize the sever with the default socket (2030).
ServerConnectionThread(Server, int) - Constructor for class ServerConnectionThread
 
search(String, String) - Method in class Client
 
search(Vector) - Method in class Server
Sends a request to search for the following query.
search(Vector) - Method in class ServerConnectionThread
Receives a search requist from the client and sends it to the server.
SearchThread - class SearchThread.
The SearhThread class is responsible on the performing a search action over the valid search engines.
Server - class Server.
The Server class receives request from the client that the ServerConnectionThread pass to it, and submit them.
ServerConnectionThread - class ServerConnectionThread.
The ServerConnectionThread takes care for the connection with the (applet/application) client.
setup(Client, Message) - Method in class ClientConnector
setup for connector before connecting to server
show(String) - Method in class Client
 

T

type - Variable in class Message
 

A C D G I M O P R S T
Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES