net.sf.jftp.net
Class ConnectionHandler

java.lang.Object
  |
  +--net.sf.jftp.net.ConnectionHandler

public class ConnectionHandler
extends java.lang.Object

may be extended to support multiple connections in future


Constructor Summary
ConnectionHandler()
           
 
Method Summary
 void addConnection(java.lang.String file, Transfer t)
           
 java.util.Hashtable getConnections()
           
 int getConnectionSize()
           
 void removeConnection(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionHandler

public ConnectionHandler()
Method Detail

addConnection

public void addConnection(java.lang.String file,
                          Transfer t)

removeConnection

public void removeConnection(java.lang.String file)

getConnections

public java.util.Hashtable getConnections()

getConnectionSize

public int getConnectionSize()