Class SshMsgUnimplemented

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.transport.SshMsgUnimplemented

public class SshMsgUnimplemented extends SshMessage
Version:
$Revision: 1.20 $
Author:
$author$
  • Field Details

    • SSH_MSG_UNIMPLEMENTED

      protected static final int SSH_MSG_UNIMPLEMENTED
      See Also:
  • Constructor Details

    • SshMsgUnimplemented

      public SshMsgUnimplemented(long sequenceNo)
      Creates a new SshMsgUnimplemented object.
      Parameters:
      sequenceNo -
    • SshMsgUnimplemented

      public SshMsgUnimplemented()
      Creates a new SshMsgUnimplemented object.
  • Method Details