Class SshMsgChannelFailure

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

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

    • SSH_MSG_CHANNEL_FAILURE

      protected static final int SSH_MSG_CHANNEL_FAILURE
      See Also:
  • Constructor Details

    • SshMsgChannelFailure

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

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