public class SshFxpStatus extends SubsystemMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_FXP_STATUS |
static int |
STATUS_FX_BAD_MESSAGE |
static int |
STATUS_FX_CONNECTION_LOST |
static int |
STATUS_FX_EOF |
static int |
STATUS_FX_FAILURE |
static int |
STATUS_FX_NO_CONNECTION |
static int |
STATUS_FX_NO_SUCH_FILE |
static int |
STATUS_FX_OK |
static int |
STATUS_FX_OP_UNSUPPORTED |
static int |
STATUS_FX_PERMISSION_DENIED |
| Constructor and Description |
|---|
SshFxpStatus()
Creates a new SshFxpStatus object.
|
SshFxpStatus(UnsignedInteger32 id,
UnsignedInteger32 errorCode,
java.lang.String errorMessage,
java.lang.String languageTag)
Creates a new SshFxpStatus object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
UnsignedInteger32 |
getErrorCode() |
java.lang.String |
getErrorMessage() |
UnsignedInteger32 |
getId() |
java.lang.String |
getLanguageTag() |
java.lang.String |
getMessageName() |
fromByteArray, getMessageType, toByteArraypublic static final int SSH_FXP_STATUS
public static final int STATUS_FX_OK
public static final int STATUS_FX_EOF
public static final int STATUS_FX_NO_SUCH_FILE
public static final int STATUS_FX_PERMISSION_DENIED
public static final int STATUS_FX_FAILURE
public static final int STATUS_FX_BAD_MESSAGE
public static final int STATUS_FX_NO_CONNECTION
public static final int STATUS_FX_CONNECTION_LOST
public static final int STATUS_FX_OP_UNSUPPORTED
public SshFxpStatus(UnsignedInteger32 id, UnsignedInteger32 errorCode, java.lang.String errorMessage, java.lang.String languageTag)
id - errorCode - errorMessage - languageTag - public SshFxpStatus()
public UnsignedInteger32 getId()
public UnsignedInteger32 getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getLanguageTag()
public void constructMessage(ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage in class SubsystemMessagebar - java.io.IOExceptionInvalidMessageException - DOCUMENT
ME!public java.lang.String getMessageName()
getMessageName in class SubsystemMessagepublic void constructByteArray(ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray in class SubsystemMessagebaw - java.io.IOExceptionInvalidMessageException - DOCUMENT
ME!Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.