| CommandHandlerIfc | CommandHandlerIfc.java defines interface for all command handlers | 
| CommandHandlerImpl | CommandHandlerImpl.java is an implementation of CommandHandlerIfc | 
| ConnectionHandlerIfc | ConnectionHandlerIfc.java defines object which is responsible for handling new incoming connections | 
| ConnectionHandlerImpl | ConnectionHandlerImpl.java contains current, basic implementation of ConnectionHandlerIfc | 
| ConnectionServer | ConnectionServer.java defines objects which are responsible for handling single, remote connection to your application | 
| Constants | Constants.java contains or will be contain some common constants for this library | 
| InternalCommands | Class InternalCommandsis internal class implementing command handler for some basic and necessary actions which requires access to internal connection data such as 'quit' command, 'who', 'close' | 
| LogIfc | LogIfc.java defines simple interface for loging some info | 
| RemoteServer | RemoteServer.java is the main interface between your application and remoteconspackage | 
| SampleCommandHandler | Sample class SampleCommandHadlerto show how to write own command handlers | 
| SocketListener | SocketListener.java defines objects responsible for listening on server socket for incoming connection request | 
 1.3-rc2
1.3-rc2