Class SshMsgChannelWindowAdjust


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

      • SSH_MSG_CHANNEL_WINDOW_ADJUST

        protected static final int SSH_MSG_CHANNEL_WINDOW_ADJUST
        See Also:
        Constant Field Values
    • Constructor Detail

      • SshMsgChannelWindowAdjust

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

        public SshMsgChannelWindowAdjust()
        Creates a new SshMsgChannelWindowAdjust object.