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 intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic 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:
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!
-