|
||||||||||
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.SshMsgChannelEOF
Implements the SSH_MSG_CHANNEL_EOF message.
Field Summary | |
protected static int |
SSH_MSG_CHANNEL_EOF
The message id |
Constructor Summary | |
SshMsgChannelEOF()
Constructor for the SshMsgChannelEOF object |
|
SshMsgChannelEOF(long recipientChannel)
Constructor for the SshMsgChannelEOF object |
Method Summary | |
protected void |
constructByteArray(ByteArrayWriter baw)
Description of the Method |
protected void |
constructMessage(ByteArrayReader bar)
Description of the Method |
java.lang.String |
getMessageName()
Gets the messageName attribute of the SshMsgChannelEOF object |
long |
getRecipientChannel()
Gets the recipient channel id |
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_CHANNEL_EOF
Constructor Detail |
public SshMsgChannelEOF(long recipientChannel)
recipientChannel
- The recipients channel idpublic SshMsgChannelEOF()
Method Detail |
public long getRecipientChannel()
public java.lang.String getMessageName()
getMessageName
in class SshMessage
protected void constructMessage(ByteArrayReader bar) throws InvalidMessageException
constructMessage
in class SshMessage
bar
- Description of the Parameter
InvalidMessageException
- Description of the Exceptionprotected void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException
constructByteArray
in class SshMessage
baw
- Description of the Parameter
InvalidMessageException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |