Uses of Interface
org.apache.ftpserver.ftplet.FtpReply

Packages that use FtpReply
org.apache.ftpserver.ftplet   
 

Uses of FtpReply in org.apache.ftpserver.ftplet
 

Classes in org.apache.ftpserver.ftplet that implement FtpReply
 class DefaultFtpReply
          FTP reply object.
 

Methods in org.apache.ftpserver.ftplet with parameters of type FtpReply
 FtpletResult Ftplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply)
          Called by the ftplet container after a command has been executed by the server.
 FtpletResult DefaultFtplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply)
           
 void FtpSession.write(FtpReply reply)
          Write a reply to the client
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.