Uses of Package
com.joctopus.server

Packages that use com.joctopus.server
com.joctopus.server   
com.joctopus.starter   
com.joctopus.work   
 

Classes in com.joctopus.server used by com.joctopus.server
MessageRecieveListener
          Listener interface which will be notified by server on recieving message.
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.
 

Classes in com.joctopus.server used by com.joctopus.starter
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.
 

Classes in com.joctopus.server used by com.joctopus.work
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.
MessageRecieveListener
          Listener interface which will be notified by server on recieving message.
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.