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 | Interface and Description |
---|---|
interface |
DataTransferFtpReply
A more specific type of FTP reply that is sent by the commands that transfer
data over the data connection.
|
interface |
FileActionFtpReply
A more specific type of FtpReply that is sent for commands that act on a
single file or directory such as MKD, DELE, RMD etc.
|
interface |
RenameFtpReply
A more specific type of reply that is sent when a file is attempted to
rename.
|
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 |
LocalizedDataTransferFtpReply
An implementation of
DataTransferReply . |
class |
LocalizedFileActionFtpReply
An implementation of
FileActionFtpReply . |
class |
LocalizedFtpReply
Internal class, do not use directly.
FTP reply translator.
|
class |
LocalizedRenameFtpReply
An implementation of
RenameFtpReply that is sent when a file
or directory is renamed. |
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 |
FtpHandler.messageSent(FtpIoSession session,
FtpReply reply)
Invoked when a message written by
IoSession.write(Object) is sent
out. |
void |
DefaultFtpHandler.messageSent(FtpIoSession session,
FtpReply reply) |
void |
DefaultFtpSession.write(FtpReply reply) |
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.