Package org.apache.sshd.sftp.client
Class SftpClient.Handle
- java.lang.Object
-
- org.apache.sshd.sftp.client.SftpClient.Handle
-
- Direct Known Subclasses:
SftpClient.CloseableHandle
- Enclosing interface:
- SftpClient
public static class SftpClient.Handle extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getIdentifier()
String
getPath()
int
hashCode()
int
length()
String
toString()
-
-
-
Method Detail
-
getPath
public String getPath()
- Returns:
- The remote path represented by this handle
-
length
public int length()
-
getIdentifier
public byte[] getIdentifier()
- Returns:
- A cloned instance of the identifier in order to avoid inadvertent modifications to the handle contents
-
-