Class AbstractMD5HashExtension
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractMD5HashExtension
-
- All Implemented Interfaces:
SftpClientExtension
,RawSftpClient
,NamedResource
,OptionalFeature
- Direct Known Subclasses:
MD5FileExtensionImpl
,MD5HandleExtensionImpl
public abstract class AbstractMD5HashExtension extends AbstractSftpClientExtension
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractMD5HashExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
doGetHash(java.lang.Object target, long offset, long length, byte[] quickHash)
-
Methods inherited from class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException, validateIncomingResponse
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
-
-
-
Constructor Detail
-
AbstractMD5HashExtension
protected AbstractMD5HashExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)
-
-