Package com.trilead.ssh2.packets
Class PacketChannelOpenFailure
java.lang.Object
com.trilead.ssh2.packets.PacketChannelOpenFailure
PacketChannelOpenFailure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
ConstructorsConstructorDescriptionPacketChannelOpenFailure
(byte[] payload, int off, int len) PacketChannelOpenFailure
(int recipientChannelID, int reasonCode, String description, String languageTag) -
Method Summary
-
Field Details
-
recipientChannelID
public int recipientChannelID -
reasonCode
public int reasonCode -
description
-
languageTag
-
-
Constructor Details
-
PacketChannelOpenFailure
-
PacketChannelOpenFailure
- Throws:
IOException
-
-
Method Details
-
getPayload
public byte[] getPayload()
-