ch.ethz.ssh2.packets

Class PacketChannelOpenConfirmation


public class PacketChannelOpenConfirmation
extends java.lang.Object

PacketChannelOpenConfirmation.

Field Summary

int
initialWindowSize
int
maxPacketSize
int
recipientChannelID
int
senderChannelID

Constructor Summary

PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize)
PacketChannelOpenConfirmation(payload[] , int off, int len)

Method Summary

byte[]
getPayload()

Field Details

initialWindowSize

public int initialWindowSize

maxPacketSize

public int maxPacketSize

recipientChannelID

public int recipientChannelID

senderChannelID

public int senderChannelID

Constructor Details

PacketChannelOpenConfirmation

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

PacketChannelOpenConfirmation

public PacketChannelOpenConfirmation(payload[] ,
                                     int off,
                                     int len)
            throws IOException

Method Details

getPayload

public byte[] getPayload()