|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |