Class SshMsgChannelSuccess

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

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

    • SSH_MSG_CHANNEL_SUCCESS

      protected static final int SSH_MSG_CHANNEL_SUCCESS
      See Also:
  • Constructor Details

    • SshMsgChannelSuccess

      public SshMsgChannelSuccess(long recipientChannelId)
      Creates a new SshMsgChannelSuccess object.
      Parameters:
      recipientChannelId -
    • SshMsgChannelSuccess

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