ch.ethz.ssh2.packets
Class PacketOpenDirectTCPIPChannel
java.lang.Object
ch.ethz.ssh2.packets.PacketOpenDirectTCPIPChannel
public class PacketOpenDirectTCPIPChannel
- extends java.lang.Object
PacketOpenDirectTCPIPChannel.
- Version:
- $Id: PacketOpenDirectTCPIPChannel.java,v 1.2 2005/08/24 17:54:09 cplattne Exp $
- Author:
- Christian Plattner, plattner@inf.ethz.ch
|
Constructor Summary |
PacketOpenDirectTCPIPChannel(int channelID,
int initialWindowSize,
int maxPacketSize,
java.lang.String host_to_connect,
int port_to_connect,
java.lang.String originator_IP_address,
int originator_port)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketOpenDirectTCPIPChannel
public PacketOpenDirectTCPIPChannel(int channelID,
int initialWindowSize,
int maxPacketSize,
java.lang.String host_to_connect,
int port_to_connect,
java.lang.String originator_IP_address,
int originator_port)
getPayload
public byte[] getPayload()
Copyright © 2006 null. All Rights Reserved.