com.sshtools.j2ssh.connection
Class SshMsgChannelOpenConfirmation
public class SshMsgChannelOpenConfirmation
SSH_MSG_CHANNEL_OPEN_CONFIRMATION
protected static final int SSH_MSG_CHANNEL_OPEN_CONFIRMATION
SshMsgChannelOpenConfirmation
public SshMsgChannelOpenConfirmation()
Creates a new SshMsgChannelOpenConfirmation object.
SshMsgChannelOpenConfirmation
public SshMsgChannelOpenConfirmation(long recipientChannel,
long senderChannel,
long initialWindowSize,
long maximumPacketSize,
byte[] channelData)
Creates a new SshMsgChannelOpenConfirmation object.
recipientChannel
- senderChannel
- initialWindowSize
- maximumPacketSize
- channelData
-
getChannelData
public byte[] getChannelData()
getInitialWindowSize
public long getInitialWindowSize()
getMaximumPacketSize
public long getMaximumPacketSize()
getRecipientChannel
public long getRecipientChannel()
getSenderChannel
public long getSenderChannel()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.