Package com.trilead.ssh2.packets
Class PacketChannelOpenFailure
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketChannelOpenFailure
-
public class PacketChannelOpenFailure extends java.lang.ObjectPacketChannelOpenFailure.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringdescriptionjava.lang.StringlanguageTagintreasonCodeintrecipientChannelID
-
Constructor Summary
Constructors Constructor Description PacketChannelOpenFailure(byte[] payload, int off, int len)PacketChannelOpenFailure(int recipientChannelID, int reasonCode, java.lang.String description, java.lang.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, java.lang.String description, java.lang.String languageTag)
-
PacketChannelOpenFailure
public PacketChannelOpenFailure(byte[] payload, int off, int len) throws java.io.IOException- Throws:
java.io.IOException
-
-