Class SshMsgChannelWindowAdjust

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

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

    • SSH_MSG_CHANNEL_WINDOW_ADJUST

      protected static final int SSH_MSG_CHANNEL_WINDOW_ADJUST
      See Also:
  • Constructor Details

    • SshMsgChannelWindowAdjust

      public SshMsgChannelWindowAdjust(long recipientChannel, long bytesToAdd)
      Creates a new SshMsgChannelWindowAdjust object.
      Parameters:
      recipientChannel -
      bytesToAdd -
    • SshMsgChannelWindowAdjust

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