Package com.trilead.ssh2.packets
Class PacketChannelOpenFailure
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketChannelOpenFailure
-
public class PacketChannelOpenFailure extends Object
PacketChannelOpenFailure.- Version:
- $Id: PacketChannelOpenFailure.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
Field Summary
Fields Modifier and Type Field Description StringdescriptionStringlanguageTagintreasonCodeintrecipientChannelID
-
Constructor Summary
Constructors Constructor Description PacketChannelOpenFailure(byte[] payload, int off, int len)PacketChannelOpenFailure(int recipientChannelID, int reasonCode, String description, String languageTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPayload()
-
-
-
Constructor Detail
-
PacketChannelOpenFailure
public PacketChannelOpenFailure(int recipientChannelID, int reasonCode, String description, String languageTag)
-
PacketChannelOpenFailure
public PacketChannelOpenFailure(byte[] payload, int off, int len) throws IOException- Throws:
IOException
-
-