ch.ethz.ssh2.packets

Class PacketOpenSessionChannel


public class PacketOpenSessionChannel
extends java.lang.Object

PacketOpenSessionChannel.

Constructor Summary

PacketOpenSessionChannel(int channelID, int initialWindowSize, int maxPacketSize)
PacketOpenSessionChannel(payload[] , int off, int len)

Method Summary

byte[]
getPayload()

Constructor Details

PacketOpenSessionChannel

public PacketOpenSessionChannel(int channelID,
                                int initialWindowSize,
                                int maxPacketSize)

PacketOpenSessionChannel

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

Method Details

getPayload

public byte[] getPayload()