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

Packages that use FtpReply
org.apache.ftpserver.ftplet   
org.apache.ftpserver.ftpletcontainer.impl Internal classes, do not use directly! 
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

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 DefaultFtplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply)
           
 FtpletResult Ftplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply)
          Called by the ftplet container after a command has been executed by the server.
 void FtpSession.write(FtpReply reply)
          Write a reply to the client
 

Uses of FtpReply in org.apache.ftpserver.ftpletcontainer.impl
 

Methods in org.apache.ftpserver.ftpletcontainer.impl with parameters of type FtpReply
 FtpletResult DefaultFtpletContainer.afterCommand(FtpSession session, FtpRequest request, FtpReply reply)
           
 

Uses of FtpReply in org.apache.ftpserver.impl
 

Classes in org.apache.ftpserver.impl that implement FtpReply
 class LocalizedFtpReply
          Internal class, do not use directly. FTP reply translator.
 

Methods in org.apache.ftpserver.impl that return FtpReply
 FtpReply FtpIoSession.getLastReply()
          Returns the last reply that was sent to the client.
 

Methods in org.apache.ftpserver.impl with parameters of type FtpReply
 void DefaultFtpHandler.messageSent(FtpIoSession session, FtpReply reply)
           
 void FtpHandler.messageSent(FtpIoSession session, FtpReply reply)
          Invoked when a message written by IoSession.write(Object) is sent out.
 void DefaultFtpSession.write(FtpReply reply)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.