| 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 InternalCommands is 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 remotecons package |
| SampleCommandHandler | Sample class SampleCommandHadler to 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