Uses of Interface
net.sf.hermesftp.session.FtpSession

Packages that use FtpSession
net.sf.hermesftp.server Contains interfaces and abstract base classes related to FTP server functionallity. 
net.sf.hermesftp.session.impl Contains the concrete FTP session implementation and related classes. 
 

Uses of FtpSession in net.sf.hermesftp.server
 

Methods in net.sf.hermesftp.server that return types with arguments of type FtpSession
 java.util.List<FtpSession> FtpServer.getSessions()
          Returns the list of active sessions.
 java.util.List<FtpSession> AbstractFtpServer.getSessions()
          Returns the list of active sessions.
 

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

Classes in net.sf.hermesftp.session.impl that implement FtpSession
 class FtpSessionImpl
          Default FTP session implementation.
 



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