Interface CopyDataExtension
-
- All Superinterfaces:
NamedResource
,OptionalFeature
,SftpClientExtension
- All Known Implementing Classes:
CopyDataExtensionImpl
public interface CopyDataExtension extends SftpClientExtension
Implements the "copy-data" extension- See Also:
- DRAFT 00 section 7
-
-
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 void
copyData(SftpClient.Handle readHandle, long readOffset, long readLength, SftpClient.Handle writeHandle, long writeOffset)
-
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.extensions.SftpClientExtension
getClient
-
-
-
-
Method Detail
-
copyData
void copyData(SftpClient.Handle readHandle, long readOffset, long readLength, SftpClient.Handle writeHandle, long writeOffset) throws java.io.IOException
- Throws:
java.io.IOException
-
-