Uses of Interface
com.Prominic.jFTPd.Connection

Packages that use Connection
com.Prominic.jFTPd   
 

Uses of Connection in com.Prominic.jFTPd
 

Classes in com.Prominic.jFTPd that implement Connection
 class FTPConnection
          This class represents and FTP Connection created when an user connects to the FTP server.
 

Methods in com.Prominic.jFTPd that return Connection
 Connection[] FTPHandler.getConnections()
          Returns an array of currently openened connections.
 Connection[] ConnectionHandler.getConnections()
          Returns all the current conenctions.
 

Methods in com.Prominic.jFTPd with parameters of type Connection
protected  void FTPHandler.addConnection(Connection c)
          Adds a connection to the internal list of collections.
 void FTPHandler.notifyDone(Connection conn)
          Called when a connection ended.
 void ConnectionHandler.notifyDone(Connection connection)
          Called when a client disconnects and a conenction must be closed.
protected  void FTPHandler.removeConnection(Connection c)
          Removes a connection from the internal list of connections, as well as updating the total server counters (files dl/up, bytes dl/up) with the values from the connection.