Class SshMsgIgnore


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

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

      Constructors 
      Constructor Description
      SshMsgIgnore()
      Creates a new SshMsgIgnore object.
      SshMsgIgnore​(java.lang.String data)
      Creates a new SshMsgIgnore object.
    • Constructor Detail

      • SshMsgIgnore

        public SshMsgIgnore​(java.lang.String data)
        Creates a new SshMsgIgnore object.
        Parameters:
        data -
      • SshMsgIgnore

        public SshMsgIgnore()
        Creates a new SshMsgIgnore object.