|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sshtools.j2ssh.transport.SshMessage | +--com.sshtools.j2ssh.connection.SshMsgRequestFailure
Implements the SSH_MSG_REQUEST_FAILURE message.
Field Summary | |
static int |
SSH_MSG_REQUEST_FAILURE
The message id |
Constructor Summary | |
SshMsgRequestFailure()
Constructor for the SshMsgRequestFailure object |
Method Summary | |
protected void |
constructByteArray(ByteArrayWriter baw)
Abstract method implementaiton to construct a byte array contianing the message data. |
protected void |
constructMessage(ByteArrayReader bar)
Abstract method implementation to construct the message from a byte array. |
java.lang.String |
getMessageName()
Gets the message name for debugging |
Methods inherited from class com.sshtools.j2ssh.transport.SshMessage |
fromByteArray, getMessageId, toByteArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SSH_MSG_REQUEST_FAILURE
Constructor Detail |
public SshMsgRequestFailure()
Method Detail |
public java.lang.String getMessageName()
getMessageName
in class SshMessage
protected void constructMessage(ByteArrayReader bar) throws InvalidMessageException
constructMessage
in class SshMessage
bar
- The byte array being read
InvalidMessageException
- Thrown if the data cannot be readprotected void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException
constructByteArray
in class SshMessage
baw
- The byte array being written to
InvalidMessageException
- Thrown if the data cannot be written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |