C M R S

C

Client - class Client.
Note: This class must be compiled and run with Java version 1.4 or later.

M

main(String[]) - Static method in class Client
Reads the command arguments and starts the test.
main(String[]) - Static method in class Server
Reads the command arguments and starts the test.

R

run() - Method in class Client
The body of the client test.
run() - Method in class Server
The body of the server test.

S

Server - class Server.
This class accepts socket connections on the specified port and echoes messages sent to it by clients.

C M R S