Class AbstractCheckFileExtension
- 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.AbstractCheckFileExtension
-
- All Implemented Interfaces:
SftpClientExtension
,RawSftpClient
,NamedResource
,OptionalFeature
- Direct Known Subclasses:
CheckFileHandleExtensionImpl
,CheckFileNameExtensionImpl
public abstract class AbstractCheckFileExtension extends AbstractSftpClientExtension
- Author:
- Apache MINA SSHD Project
-
-
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
AbstractCheckFileExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractMap.SimpleImmutableEntry<String,Collection<byte[]>>
doGetHash(Object target, Collection<String> algorithms, long offset, long length, int blockSize)
-
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
-
AbstractCheckFileExtension
protected AbstractCheckFileExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras)
-
-
Method Detail
-
doGetHash
protected AbstractMap.SimpleImmutableEntry<String,Collection<byte[]>> doGetHash(Object target, Collection<String> algorithms, long offset, long length, int blockSize) throws IOException
- Throws:
IOException
-
-