com.sshtools.j2ssh.transport

Class SshMsgDebug


public class SshMsgDebug
extends SshMessage

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

Field Summary

protected static int
SSH_MSG_DEBUG

Constructor Summary

SshMsgDebug()
Creates a new SshMsgDebug object.
SshMsgDebug(boolean alwaysDisplay, String message, String langTag)
Creates a new SshMsgDebug object.

Method Summary

protected void
constructByteArray(ByteArrayWriter baw)
protected void
constructMessage(ByteArrayReader bar)
boolean
getDisplayAlways()
String
getLanguageTag()
String
getMessage()
String
getMessageName()

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

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

Field Details

SSH_MSG_DEBUG

protected static final int SSH_MSG_DEBUG
Field Value:
4

Constructor Details

SshMsgDebug

public SshMsgDebug()
Creates a new SshMsgDebug object.

SshMsgDebug

public SshMsgDebug(boolean alwaysDisplay,
                   String message,
                   String langTag)
Creates a new SshMsgDebug object.
Parameters:
alwaysDisplay -
message -
langTag -

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 -

getDisplayAlways

public boolean getDisplayAlways()
Returns:

getLanguageTag

public String getLanguageTag()
Returns:

getMessage

public String getMessage()
Returns:

getMessageName

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

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