Interface OpenSSHFsyncExtension
-
- All Superinterfaces:
NamedResource,OptionalFeature,SftpClientExtension,SftpClientHolder
- All Known Implementing Classes:
OpenSSHFsyncExtensionImpl
public interface OpenSSHFsyncExtension extends SftpClientExtension
Implements the "fsync@openssh.com" extension- Author:
- Apache MINA SSHD Project
- See Also:
- OpenSSH - section 4.6
-
-
Field Summary
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfsync(SftpClient.Handle fileHandle)-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Methods inherited from interface org.apache.sshd.sftp.client.SftpClientHolder
getClient
-
-
-
-
Method Detail
-
fsync
void fsync(SftpClient.Handle fileHandle) throws IOException
- Throws:
IOException
-
-