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