Package | Description |
---|---|
org.apache.sshd.sftp | |
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.
|
void |
Sftplet.onConnect(SftpSession session)
Client connect notification method.
|
void |
Sftplet.onDisconnect(SftpSession session)
Client disconnect notification method.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystem
SFTP subsystem
|
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.
|
void |
DefaultSftpletContainer.onConnect(SftpSession session)
Client connect notification method.
|
void |
DefaultSftpletContainer.onDisconnect(SftpSession session)
Client disconnect notification method.
|
Constructor and Description |
---|
Serializer(SftpSession session) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.