Package com.joctopus.server

Interface Summary
MessageRecieveListener Listener interface which will be notified by server on recieving message.
 

Class Summary
FileRecieverServer This class is server for accepting File recieve notifications from others.This class manages the file recieve operation.
FileTransferServer This class is a file transfer server, that sends file to client on recieving specific message that describes the location of file on desktop where this server is running.
Server Represents background service, for listening binary file transfers or simple text transfers.The server is multithreaded for background working, and for providing good performance.