Class SshMsgDebug


  • public class SshMsgDebug
    extends SshMessage
    Version:
    $Revision: 1.20 $
    Author:
    $author$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int SSH_MSG_DEBUG  
    • Constructor Summary

      Constructors 
      Constructor Description
      SshMsgDebug()
      Creates a new SshMsgDebug object.
      SshMsgDebug​(boolean alwaysDisplay, java.lang.String message, java.lang.String langTag)
      Creates a new SshMsgDebug object.
    • Constructor Detail

      • SshMsgDebug

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

        public SshMsgDebug()
        Creates a new SshMsgDebug object.
    • Method Detail

      • getDisplayAlways

        public boolean getDisplayAlways()
        Returns:
      • getLanguageTag

        public java.lang.String getLanguageTag()
        Returns:
      • getMessage

        public java.lang.String getMessage()
        Returns:
      • getMessageName

        public java.lang.String getMessageName()
        Description copied from class: SshMessage

        Returns the name of the message implementation for debugging purposes.

        Specified by:
        getMessageName in class SshMessage
        Returns: