Class SftpClient.CloseableHandle
- java.lang.Object
-
- org.apache.sshd.client.subsystem.sftp.SftpClient.Handle
-
- org.apache.sshd.client.subsystem.sftp.SftpClient.CloseableHandle
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.nio.channels.Channel
- Direct Known Subclasses:
DefaultCloseableHandle
- Enclosing interface:
- SftpClient
public abstract static class SftpClient.CloseableHandle extends SftpClient.Handle implements java.nio.channels.Channel, java.io.Closeable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CloseableHandle(java.lang.String path, byte[] id)
-
Method Summary
-
Methods inherited from class org.apache.sshd.client.subsystem.sftp.SftpClient.Handle
equals, getIdentifier, getPath, hashCode, length, toString
-
-