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
-
Field Summary
Fields inherited from class AbstractLoggingBean
logFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractOpenSSHStatCommandExtension(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) -
Method Summary
Methods inherited from class AbstractSftpClientExtension
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, receive, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException, write
-
Constructor Details
-
AbstractOpenSSHStatCommandExtension
protected AbstractOpenSSHStatCommandExtension(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions)
-
-
Method Details
-
doGetStat
- Throws:
IOException
-