Uses of Interface
org.apache.ftpserver.FtpServer

Packages that use FtpServer
org.apache.ftpserver   
org.apache.ftpserver.config.spring Internal classes, do not use directly! 
org.apache.ftpserver.example.osgiservice.impl   
org.apache.ftpserver.impl Internal classes, do not use directly! 
org.apache.ftpserver.main   
 

Uses of FtpServer in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return FtpServer
 FtpServer FtpServerFactory.createServer()
          Create a DefaultFtpServer instance based on the provided configuration
 

Uses of FtpServer in org.apache.ftpserver.config.spring
 

Methods in org.apache.ftpserver.config.spring that return types with arguments of type FtpServer
protected  Class<? extends FtpServer> ServerBeanDefinitionParser.getBeanClass(Element element)
          
 

Uses of FtpServer in org.apache.ftpserver.example.osgiservice.impl
 

Methods in org.apache.ftpserver.example.osgiservice.impl that return FtpServer
 FtpServer FtpServerLifecycle.getServer()
           
 

Methods in org.apache.ftpserver.example.osgiservice.impl with parameters of type FtpServer
 void FtpServerLifecycle.setServer(FtpServer server)
           
 

Uses of FtpServer in org.apache.ftpserver.impl
 

Classes in org.apache.ftpserver.impl that implement FtpServer
 class DefaultFtpServer
          Internal class, do not use directly. This is the starting point of all the servers.
 

Uses of FtpServer in org.apache.ftpserver.main
 

Methods in org.apache.ftpserver.main that return FtpServer
protected  FtpServer CommandLine.getConfiguration(String[] args)
          Get the configuration object.
 



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