Package com.sshtools.j2ssh.sftp
Class SshFxpStatus
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpStatus
- Version:
- $Revision: 1.18 $
- Author:
- $author$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpStatus object.SshFxpStatus
(UnsignedInteger32 id, UnsignedInteger32 errorCode, String errorMessage, String languageTag) Creates a new SshFxpStatus object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_STATUS
public static final int SSH_FXP_STATUS- See Also:
-
STATUS_FX_OK
public static final int STATUS_FX_OK- See Also:
-
STATUS_FX_EOF
public static final int STATUS_FX_EOF- See Also:
-
STATUS_FX_NO_SUCH_FILE
public static final int STATUS_FX_NO_SUCH_FILE- See Also:
-
STATUS_FX_PERMISSION_DENIED
public static final int STATUS_FX_PERMISSION_DENIED- See Also:
-
STATUS_FX_FAILURE
public static final int STATUS_FX_FAILURE- See Also:
-
STATUS_FX_BAD_MESSAGE
public static final int STATUS_FX_BAD_MESSAGE- See Also:
-
STATUS_FX_NO_CONNECTION
public static final int STATUS_FX_NO_CONNECTION- See Also:
-
STATUS_FX_CONNECTION_LOST
public static final int STATUS_FX_CONNECTION_LOST- See Also:
-
STATUS_FX_OP_UNSUPPORTED
public static final int STATUS_FX_OP_UNSUPPORTED- See Also:
-
-
Constructor Details
-
SshFxpStatus
public SshFxpStatus(UnsignedInteger32 id, UnsignedInteger32 errorCode, String errorMessage, String languageTag) Creates a new SshFxpStatus object.- Parameters:
id
-errorCode
-errorMessage
-languageTag
-
-
SshFxpStatus
public SshFxpStatus()Creates a new SshFxpStatus object.
-
-
Method Details
-
getId
- Returns:
-
getErrorCode
- Returns:
-
getErrorMessage
- Returns:
-
getLanguageTag
- Returns:
-
constructMessage
- Specified by:
constructMessage
in classSubsystemMessage
- Parameters:
bar
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageName
in classSubsystemMessage
- Returns:
-
constructByteArray
- Specified by:
constructByteArray
in classSubsystemMessage
- Parameters:
baw
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-