Uses of Interface
net.sf.hermesftp.server.FtpServer

Packages that use FtpServer
net.sf.hermesftp.console Contains interfaces and classes associated with the web based administration console. 
net.sf.hermesftp.server Contains interfaces and abstract base classes related to FTP server functionallity. 
net.sf.hermesftp.server.impl Contains the concrete FTP server implementations and related classes. 
 

Uses of FtpServer in net.sf.hermesftp.console
 

Methods in net.sf.hermesftp.console that return FtpServer
 FtpServer SessionsServlet.getServer()
          Getter methode for property server.
 

Methods in net.sf.hermesftp.console with parameters of type FtpServer
 void SessionsServlet.setServer(FtpServer server)
          Setter methode for property server.
 

Uses of FtpServer in net.sf.hermesftp.server
 

Classes in net.sf.hermesftp.server that implement FtpServer
 class AbstractFtpServer
          Ancestor class for FTP server implementations.
 

Uses of FtpServer in net.sf.hermesftp.server.impl
 

Classes in net.sf.hermesftp.server.impl that implement FtpServer
 class DefaultFtpServer
          FTP server implementation that handles unencrypted communication over the FTP port.
 class SecureFtpServer
          Implementation of a FTP server that supports communication via implicit SSL.
 



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.