Class StatVFSExtension

java.lang.Object
com.sshtools.common.sftp.extensions.AbstractSftpExtension
com.sshtools.common.sftp.extensions.StatVFSExtension
All Implemented Interfaces:
SftpExtension

public class StatVFSExtension extends AbstractSftpExtension
  • Field Details

  • 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)