Uses of Interface
org.apache.ftpserver.ServerDataConnectionFactory

Packages that use ServerDataConnectionFactory
org.apache.ftpserver   
org.apache.ftpserver.interfaces   
 

Uses of ServerDataConnectionFactory in org.apache.ftpserver
 

Classes in org.apache.ftpserver that implement ServerDataConnectionFactory
 class IODataConnectionFactory
          We can get the ftp data connection using this class.
 

Constructors in org.apache.ftpserver with parameters of type ServerDataConnectionFactory
IODataConnection(java.net.Socket socket, FtpIoSession session, ServerDataConnectionFactory factory)
           
 

Uses of ServerDataConnectionFactory in org.apache.ftpserver.interfaces
 

Methods in org.apache.ftpserver.interfaces that return ServerDataConnectionFactory
 ServerDataConnectionFactory FtpIoSession.getDataConnection()
           
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.