|
||||||||||
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.authentication.SshMsgUserAuthSuccess
Implements the SSH_MSG_USERAUTH_SUCCESS message
Field Summary | |
protected static int |
SSH_MSG_USERAUTH_SUCCESS
The message id |
Constructor Summary | |
SshMsgUserAuthSuccess()
Constructs the message |
Method Summary | |
protected void |
constructByteArray(ByteArrayWriter baw)
Constructs a byte array containing the message data. |
protected void |
constructMessage(ByteArrayReader bar)
Constructs the message 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 |
protected static final int SSH_MSG_USERAUTH_SUCCESS
Constructor Detail |
public SshMsgUserAuthSuccess()
Method Detail |
public java.lang.String getMessageName()
Gets the message name for debugging.
getMessageName
in class SshMessage
protected void constructMessage(ByteArrayReader bar) throws InvalidMessageException
Constructs the message a byte array.
constructMessage
in class SshMessage
bar
- The byte array being read.
InvalidMessageException
protected void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException
Constructs a byte array containing the message data.
constructByteArray
in class SshMessage
baw
- The byte array being written
InvalidMessageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |