Class AbstractOpenSSHStatCommandExtension
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
-
- org.apache.sshd.sftp.client.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
-
- All Implemented Interfaces:
NamedResource
,OptionalFeature
,SftpClientExtension
,RawSftpClient
,SftpClientHolder
- Direct Known Subclasses:
OpenSSHStatHandleExtensionImpl
,OpenSSHStatPathExtensionImpl
public abstract class AbstractOpenSSHStatCommandExtension 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
AbstractOpenSSHStatCommandExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OpenSSHStatExtensionInfo
doGetStat(java.lang.Object target)
-
Methods inherited from class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, receive, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException
-
-
-
-
Constructor Detail
-
AbstractOpenSSHStatCommandExtension
protected AbstractOpenSSHStatCommandExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)
-
-
Method Detail
-
doGetStat
protected OpenSSHStatExtensionInfo doGetStat(java.lang.Object target) throws java.io.IOException
- Throws:
java.io.IOException
-
-