Uses of Interface
com.Prominic.jFTPd.ConnectionHandler

Packages that use ConnectionHandler
com.Prominic.jFTPd   
 

Uses of ConnectionHandler in com.Prominic.jFTPd
 

Classes in com.Prominic.jFTPd that implement ConnectionHandler
 class FTPHandler
          This is the main part of the server.
 

Fields in com.Prominic.jFTPd declared as ConnectionHandler
(package private)  ConnectionHandler IdleKiller.handler
           
(package private)  ConnectionHandler GenericServer.handler
           
private  ConnectionHandler FTPConnection.parent
           
 

Methods in com.Prominic.jFTPd with parameters of type ConnectionHandler
 void FTPConnection.setParent(ConnectionHandler mom)
          Sets the connection handler - the parent - of this connection.
 

Constructors in com.Prominic.jFTPd with parameters of type ConnectionHandler
GenericServer(ConnectionHandler ch, int port)
          Creates a generic server on the given port and attaches a connection handler.
IdleKiller(ConnectionHandler handler, long timeout)
          Creates an idle killer.