Package com.sshtools.j2ssh.sftp
Class SshFxpHandle
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpHandle
- Version:
- $Revision: 1.17 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpHandle object.SshFxpHandle(UnsignedInteger32 id, byte[] handle) Creates a new SshFxpHandle object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_HANDLE
public static final int SSH_FXP_HANDLE- See Also:
-
-
Constructor Details
-
SshFxpHandle
Creates a new SshFxpHandle object.- Parameters:
id-handle-
-
SshFxpHandle
public SshFxpHandle()Creates a new SshFxpHandle object.
-
-
Method Details
-
getId
- Returns:
-
getHandle
public byte[] getHandle()- Returns:
-
constructMessage
- Specified by:
constructMessagein classSubsystemMessage- Parameters:
bar-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageNamein classSubsystemMessage- Returns:
-
constructByteArray
- Specified by:
constructByteArrayin classSubsystemMessage- Parameters:
baw-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-