Uses of Interface
net.sf.hermesftp.common.FtpServerOptions

Packages that use FtpServerOptions
net.sf.hermesftp.common Contains utility classes, interfaces or abstract classed used throughout the application. 
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. 
net.sf.hermesftp.session.impl Contains the concrete FTP session implementation and related classes. 
 

Uses of FtpServerOptions in net.sf.hermesftp.common
 

Methods in net.sf.hermesftp.common that return FtpServerOptions
 FtpServerOptions FtpSessionContext.getOptions()
           
 

Uses of FtpServerOptions in net.sf.hermesftp.console
 

Methods in net.sf.hermesftp.console that return FtpServerOptions
 FtpServerOptions OverviewServlet.getOptions()
          Getter methode for property options.
 

Methods in net.sf.hermesftp.console with parameters of type FtpServerOptions
 void OverviewServlet.setOptions(FtpServerOptions options)
          Setter methode for property options.
 

Uses of FtpServerOptions in net.sf.hermesftp.server
 

Methods in net.sf.hermesftp.server that return FtpServerOptions
 FtpServerOptions FtpServer.getOptions()
          Returns the application properties.
 FtpServerOptions AbstractFtpServer.getOptions()
          Getter method for the java bean options.
 

Methods in net.sf.hermesftp.server with parameters of type FtpServerOptions
 void AbstractFtpServer.setOptions(FtpServerOptions options)
          Setter method for the java bean options.
 

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

Classes in net.sf.hermesftp.server.impl that implement FtpServerOptions
 class FtpServerOptionsImpl
          The FTP server options used throughout the application.
 

Uses of FtpServerOptions in net.sf.hermesftp.session.impl
 

Methods in net.sf.hermesftp.session.impl that return FtpServerOptions
 FtpServerOptions FtpSessionContextImpl.getOptions()
          
 

Constructors in net.sf.hermesftp.session.impl with parameters of type FtpServerOptions
FtpSessionContextImpl(FtpServerOptions options, UserManager userManager, java.util.ResourceBundle resourceBundle, FtpEventListener listener)
          Constructor.
 



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