ch.ethz.ssh2.packets
Class PacketChannelOpenConfirmation
java.lang.Object
ch.ethz.ssh2.packets.PacketChannelOpenConfirmation
public class PacketChannelOpenConfirmation
- extends Object
PacketChannelOpenConfirmation.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recipientChannelID
public int recipientChannelID
senderChannelID
public int senderChannelID
initialWindowSize
public int initialWindowSize
maxPacketSize
public int maxPacketSize
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(int recipientChannelID,
int senderChannelID,
int initialWindowSize,
int maxPacketSize)
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(byte[] payload,
int off,
int len)
throws IOException
- Throws:
IOException
getPayload
public byte[] getPayload()
Copyright © 2011. All Rights Reserved.