public class

PacketChannelOpenFailure

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketChannelOpenFailure

Class Overview

PacketChannelOpenFailure.

Summary

Fields
public String description
public String languageTag
byte[] payload
public int reasonCode
public int recipientChannelID
Public Constructors
PacketChannelOpenFailure(int recipientChannelID, int reasonCode, String description, String languageTag)
PacketChannelOpenFailure(byte[] payload, int off, int len)
Public Methods
byte[] getPayload()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String description

public String languageTag

byte[] payload

public int reasonCode

public int recipientChannelID

Public Constructors

public PacketChannelOpenFailure (int recipientChannelID, int reasonCode, String description, String languageTag)

Parameters
recipientChannelID
reasonCode
description
languageTag

public PacketChannelOpenFailure (byte[] payload, int off, int len)

Parameters
payload
off
len
Throws
IOException

Public Methods

public byte[] getPayload ()