public interface SftpExtension
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_FXP_EXTENDED_REPLY |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDefaultData() |
java.lang.String |
getName() |
boolean |
isDeclaredInVersion() |
void |
processExtendedMessage(com.sshtools.common.util.ByteArrayReader msg,
SftpSubsystem sftp) |
void |
processMessage(com.sshtools.common.util.ByteArrayReader msg,
int requestId,
SftpSubsystem sftp) |
boolean |
supportsExtendedMessage(int messageId) |
static final int SSH_FXP_EXTENDED_REPLY
void processMessage(com.sshtools.common.util.ByteArrayReader msg,
int requestId,
SftpSubsystem sftp)
boolean supportsExtendedMessage(int messageId)
void processExtendedMessage(com.sshtools.common.util.ByteArrayReader msg,
SftpSubsystem sftp)
boolean isDeclaredInVersion()
byte[] getDefaultData()
java.lang.String getName()
Copyright © 2022. All rights reserved.