Class SshMsgChannelClose

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.connection.SshMsgChannelClose

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

    • SSH_MSG_CHANNEL_CLOSE

      protected static final int SSH_MSG_CHANNEL_CLOSE
      See Also:
  • Constructor Details

    • SshMsgChannelClose

      public SshMsgChannelClose(long recipientChannel)
      Creates a new SshMsgChannelClose object.
      Parameters:
      recipientChannel -
    • SshMsgChannelClose

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