Class AbstractSftpExtension
java.lang.Object
com.sshtools.common.sftp.extensions.AbstractSftpExtension
- All Implemented Interfaces:
SftpExtension
- Direct Known Subclasses:
AbstractDigestExtension,CopyDataSftpExtension,CopyFileSftpExtension,HardLinkExtension,PosixRenameExtension,StatVFSExtension
-
Field Summary
Fields inherited from interface com.sshtools.common.sftp.SftpExtension
SSH_FXP_EXTENDED_REPLY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSftpExtension(String name, boolean declaredInVersion) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.sftp.SftpExtension
processExtendedMessage, processMessage, supportsExtendedMessage
-
Constructor Details
-
AbstractSftpExtension
-
-
Method Details
-
isDeclaredInVersion
public boolean isDeclaredInVersion()- Specified by:
isDeclaredInVersionin interfaceSftpExtension
-
getDefaultData
public byte[] getDefaultData()- Specified by:
getDefaultDatain interfaceSftpExtension
-
generateDefaultData
protected byte[] generateDefaultData() -
getName
- Specified by:
getNamein interfaceSftpExtension
-