Package | Description |
---|---|
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!
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFtpReply
FTP reply object.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
FtpletResult |
DefaultFtpletContainer.afterCommand(FtpSession session,
FtpRequest request,
FtpReply reply) |
Modifier and Type | Class and Description |
---|---|
class |
LocalizedFtpReply
Internal class, do not use directly.
FTP reply translator.
|
Modifier and Type | Method and Description |
---|---|
FtpReply |
FtpIoSession.getLastReply()
Returns the last reply that was sent to the client.
|
Modifier and Type | Method and Description |
---|---|
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–2016 The Apache Software Foundation. All rights reserved.