Uses of Class
com.joctopus.server.Server

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

Uses of Server in com.joctopus.server
 

Subclasses of Server in com.joctopus.server
 class FileRecieverServer
          This class is server for accepting File recieve notifications from others.This class manages the file recieve operation.
 class 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.
 

Methods in com.joctopus.server with parameters of type Server
 void MessageRecieveListener.recieveMessage(Server server)
          this method will be called when server recieves any notification from client.
 

Uses of Server in com.joctopus.starter
 

Fields in com.joctopus.starter declared as Server
 Server JOctopus.chatService
          Server for accepting chat messages
 Server JOctopus.instanceService
          server for tracking the application instance.
 

Uses of Server in com.joctopus.work
 

Methods in com.joctopus.work with parameters of type Server
 void ChatServiceHandler.recieveMessage(Server server)