Index

A B C G H L M R S W 
All Classes and Interfaces|All Packages

C

ClientHandler - Class in server
The ClientHandler object implements the Runnable abstract class.
ClientHandler(Socket) - Constructor for class server.ClientHandler
Constructor of the ClientHandler object takes in the socket.
close() - Method in class server.ClientHandler
The close method first removes the client handler and then tries to close all resources used by that client.
close(IOException) - Method in class server.ClientHandler
The close method first removes the client handler and then tries to close all resources used by that client.
closeServerSocket() - Method in class server.Server
The closeServerSocket method tries to close the serverSocket as long as it is not null.
closeServerSocket(IOException) - Method in class server.Server
The closeServerSocket method closes the server socket via closeServerSocket().
A B C G H L M R S W 
All Classes and Interfaces|All Packages