Package com.sshtools.j2ssh.sftp
Class SshFxpVersion
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpVersion
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpVersion object.SshFxpVersion
(UnsignedInteger32 version, Map extended) Creates a new SshFxpVersion object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_VERSION
public static final int SSH_FXP_VERSION- See Also:
-
-
Constructor Details
-
SshFxpVersion
public SshFxpVersion()Creates a new SshFxpVersion object. -
SshFxpVersion
Creates a new SshFxpVersion object.- Parameters:
version
-extended
-
-
-
Method Details
-
getVersion
- Returns:
-
getExtended
- Returns:
-
constructMessage
- Specified by:
constructMessage
in classSubsystemMessage
- Parameters:
bar
-- Throws:
IOException
InvalidMessageException
-
getMessageName
- Specified by:
getMessageName
in classSubsystemMessage
- Returns:
-
constructByteArray
- Specified by:
constructByteArray
in classSubsystemMessage
- Parameters:
baw
-- Throws:
IOException
InvalidMessageException
-