Package | Description |
---|---|
org.apache.sshd.sftp | |
org.apache.sshd.sftp.reply | |
org.apache.sshd.sftp.subsystem |
Modifier and Type | Method and Description |
---|---|
Reply |
Sftplet.afterCommand(SftpSession session,
Request sftpRequest,
Reply sftpReply)
Called after the server as invoked the command.
|
Reply |
Sftplet.beforeCommand(SftpSession session,
Request sftpRequest)
Called before the server invoke the command.
|
Modifier and Type | Method and Description |
---|---|
Reply |
Sftplet.afterCommand(SftpSession session,
Request sftpRequest,
Reply sftpReply)
Called after the server as invoked the command.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseReply |
class |
SshFxpAttrsReply
Data container for 'SSH_FXP_ATTRS' reply.
|
class |
SshFxpDataReply
Data container for 'SSH_FXP_DATA' reply.
|
class |
SshFxpHandleReply
Data container for 'SSH_FXP_HANDLE' reply.
|
class |
SshFxpNameReply
Data container for 'SSH_FXP_NAME' reply.
|
class |
SshFxpStatusReply
Data container for 'SSH_FXP_STATUS' reply.
|
class |
SshFxpVersionReply
Data container for 'SSH_FXP_VERSION' reply.
|
Modifier and Type | Method and Description |
---|---|
Reply |
DefaultSftpletContainer.afterCommand(SftpSession session,
Request sftpRequest,
Reply sftpReply)
Called after the server as invoked the command.
|
Reply |
DefaultSftpletContainer.beforeCommand(SftpSession session,
Request sftpRequest)
Called before the server invoke the command.
|
protected Reply |
SftpSubsystem.doProcess(Request request) |
Modifier and Type | Method and Description |
---|---|
Reply |
DefaultSftpletContainer.afterCommand(SftpSession session,
Request sftpRequest,
Reply sftpReply)
Called after the server as invoked the command.
|
Buffer |
Serializer.writeReply(Reply reply) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.