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

Packages that use BeanConstants
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.utils Contains utility classes used throughout the project. 
 

Uses of BeanConstants in net.sf.hermesftp.server
 

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

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

Classes in net.sf.hermesftp.server.impl that implement BeanConstants
 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.
 

Uses of BeanConstants in net.sf.hermesftp.utils
 

Classes in net.sf.hermesftp.utils that implement BeanConstants
 class AbstractAppAwareBean
          Provides a basic, application context aware class that can be subclassed.
 



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