Package com.trilead.ssh2.packets
Class PacketOpenDirectTCPIPChannel
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketOpenDirectTCPIPChannel
-
public class PacketOpenDirectTCPIPChannel extends Object
PacketOpenDirectTCPIPChannel.- Version:
- $Id: PacketOpenDirectTCPIPChannel.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
Constructor Summary
Constructors Constructor Description PacketOpenDirectTCPIPChannel(int channelID, int initialWindowSize, int maxPacketSize, String host_to_connect, int port_to_connect, String originator_IP_address, int originator_port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPayload()
-