Class SshMsgChannelOpenConfirmation


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

      • SSH_MSG_CHANNEL_OPEN_CONFIRMATION

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

      • SshMsgChannelOpenConfirmation

        public SshMsgChannelOpenConfirmation​(long recipientChannel,
                                             long senderChannel,
                                             long initialWindowSize,
                                             long maximumPacketSize,
                                             byte[] channelData)
        Creates a new SshMsgChannelOpenConfirmation object.
        Parameters:
        recipientChannel -
        senderChannel -
        initialWindowSize -
        maximumPacketSize -
        channelData -
      • SshMsgChannelOpenConfirmation

        public SshMsgChannelOpenConfirmation()
        Creates a new SshMsgChannelOpenConfirmation object.
    • Method Detail

      • getChannelData

        public byte[] getChannelData()
        Returns:
      • getInitialWindowSize

        public long getInitialWindowSize()
        Returns:
      • getMaximumPacketSize

        public long getMaximumPacketSize()
        Returns:
      • getMessageName

        public java.lang.String getMessageName()
        Description copied from class: SshMessage

        Returns the name of the message implementation for debugging purposes.

        Specified by:
        getMessageName in class SshMessage
        Returns:
      • getRecipientChannel

        public long getRecipientChannel()
        Returns:
      • getSenderChannel

        public long getSenderChannel()
        Returns: