Uses of Class
org.apache.ftpserver.FtpUser

Packages that use FtpUser
org.apache.ftpserver   
org.apache.ftpserver.interfaces   
org.apache.ftpserver.remote   
org.apache.ftpserver.remote.adapter   
org.apache.ftpserver.remote.interfaces   
 

Uses of FtpUser in org.apache.ftpserver
 

Fields in org.apache.ftpserver declared as FtpUser
protected  FtpUser BaseFtpConnection.mUser
           
 

Methods in org.apache.ftpserver that return FtpUser
 FtpUser BaseFtpConnection.getUser()
          Get user object
 

Methods in org.apache.ftpserver with parameters of type FtpUser
 String FtpStatus.getResponse(int status, FtpRequest cmd, FtpUser user, String[] args)
          Get ftp response.
 boolean ConnectionService.login(FtpUser thisUser)
          User login method.
 

Constructors in org.apache.ftpserver with parameters of type FtpUser
SiteCommandHandler(FtpConfig cfg, FtpUser user)
          Constructor - set the configuration object
 

Uses of FtpUser in org.apache.ftpserver.interfaces
 

Methods in org.apache.ftpserver.interfaces with parameters of type FtpUser
 void FtpConnectionObserver.newConnection(FtpUser user)
          New connection notification.
 void FtpConnectionObserver.removeConnection(FtpUser user)
          Close connection notification
 void FtpConnectionObserver.updateConnection(FtpUser user)
          Update connection notification
 

Uses of FtpUser in org.apache.ftpserver.remote
 

Methods in org.apache.ftpserver.remote that return FtpUser
 FtpUser ConnectionService.getUser(String sessId)
          Get connected user
 

Uses of FtpUser in org.apache.ftpserver.remote.adapter
 

Methods in org.apache.ftpserver.remote.adapter with parameters of type FtpUser
 void FtpConnectionObserverAdapter.newConnection(FtpUser user)
          New connection notification.
 void FtpConnectionObserverAdapter.removeConnection(FtpUser user)
          Close connection notification
 void FtpConnectionObserverAdapter.updateConnection(FtpUser user)
          Update connection notification
 

Uses of FtpUser in org.apache.ftpserver.remote.interfaces
 

Methods in org.apache.ftpserver.remote.interfaces that return FtpUser
 FtpUser ConnectionServiceInterface.getUser(String sessId)
          Get connected user
 

Methods in org.apache.ftpserver.remote.interfaces with parameters of type FtpUser
 void FtpConnectionObserver.newConnection(FtpUser user)
          New connection notification.
 void FtpConnectionObserver.removeConnection(FtpUser user)
          Close connection notification
 void FtpConnectionObserver.updateConnection(FtpUser user)
          Update connection notification
 



Copyright © 2001-2012 Codehaus. All Rights Reserved.