Uses of Interface
org.apache.ftpserver.impl.ServerDataConnectionFactory

Packages that use ServerDataConnectionFactory
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of ServerDataConnectionFactory in org.apache.ftpserver.impl
 

Classes in org.apache.ftpserver.impl that implement ServerDataConnectionFactory
 class IODataConnectionFactory
          Internal class, do not use directly. We can get the FTP data connection using this class.
 

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

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



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.