Class SshMsgDisconnect

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

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

  • Constructor Details

    • SshMsgDisconnect

      public SshMsgDisconnect(int reasonCode, String desc, String langTag)
      Creates a new SshMsgDisconnect object.
      Parameters:
      reasonCode -
      desc -
      langTag -
    • SshMsgDisconnect

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