Class StatVFSExtension
java.lang.Object
com.sshtools.common.sftp.extensions.AbstractSftpExtension
com.sshtools.common.sftp.extensions.StatVFSExtension
- All Implemented Interfaces:
SftpExtension
-
Field Summary
FieldsFields inherited from interface com.sshtools.common.sftp.SftpExtension
SSH_FXP_EXTENDED_REPLY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExtendedMessage(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp) voidprocessMessage(com.sshtools.common.util.ByteArrayReader msg, int requestId, SftpSubsystem sftp) booleansupportsExtendedMessage(int messageId) Methods inherited from class com.sshtools.common.sftp.extensions.AbstractSftpExtension
generateDefaultData, getDefaultData, getName, isDeclaredInVersion
-
Field Details
-
EXTENSION_NAME
- See Also:
-
-
Constructor Details
-
StatVFSExtension
public StatVFSExtension()
-
-
Method Details
-
processMessage
public void processMessage(com.sshtools.common.util.ByteArrayReader msg, int requestId, SftpSubsystem sftp) -
supportsExtendedMessage
public boolean supportsExtendedMessage(int messageId) -
processExtendedMessage
public void processExtendedMessage(com.sshtools.common.util.ByteArrayReader msg, SftpSubsystem sftp)
-