com.sshtools.j2ssh.transport

Class SshMsgIgnore


public class SshMsgIgnore
extends SshMessage

Version:
$Revision: 1.20 $
Author:
$author$

Field Summary

protected static int
SSH_MSG_IGNORE

Constructor Summary

SshMsgIgnore()
Creates a new SshMsgIgnore object.
SshMsgIgnore(String data)
Creates a new SshMsgIgnore object.

Method Summary

protected void
constructByteArray(ByteArrayWriter baw)
protected void
constructMessage(ByteArrayReader bar)
String
getData()
String
getMessageName()

Methods inherited from class com.sshtools.j2ssh.transport.SshMessage

constructByteArray, constructMessage, fromByteArray, getMessageId, getMessageId, getMessageName, toByteArray

Field Details

SSH_MSG_IGNORE

protected static final int SSH_MSG_IGNORE
Field Value:
2

Constructor Details

SshMsgIgnore

public SshMsgIgnore()
Creates a new SshMsgIgnore object.

SshMsgIgnore

public SshMsgIgnore(String data)
Creates a new SshMsgIgnore object.
Parameters:
data -

Method Details

constructByteArray

protected void constructByteArray(ByteArrayWriter baw)
            throws InvalidMessageException
Overrides:
constructByteArray in interface SshMessage
Parameters:
baw -

constructMessage

protected void constructMessage(ByteArrayReader bar)
            throws InvalidMessageException
Overrides:
constructMessage in interface SshMessage
Parameters:
bar -

getData

public String getData()
Returns:

getMessageName

public String getMessageName()
Overrides:
getMessageName in interface SshMessage
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.