Class PacketChannelOpenConfirmation

java.lang.Object
com.trilead.ssh2.packets.PacketChannelOpenConfirmation

public class PacketChannelOpenConfirmation extends Object
PacketChannelOpenConfirmation.
  • Field Details

    • recipientChannelID

      public int recipientChannelID
    • senderChannelID

      public int senderChannelID
    • initialWindowSize

      public int initialWindowSize
    • maxPacketSize

      public int maxPacketSize
  • Constructor Details

    • PacketChannelOpenConfirmation

      public PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize)
    • PacketChannelOpenConfirmation

      public PacketChannelOpenConfirmation(byte[] payload, int off, int len) throws IOException
      Throws:
      IOException
  • Method Details

    • getPayload

      public byte[] getPayload()