public class PacketChannelOpenFailure
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
description |
|
java.lang.String |
languageTag |
|
int |
reasonCode |
|
int |
recipientChannelID |
| Constructor | Description |
|---|---|
PacketChannelOpenFailure(byte[] payload,
int off,
int len) |
|
PacketChannelOpenFailure(int recipientChannelID,
int reasonCode,
java.lang.String description,
java.lang.String languageTag) |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getPayload() |
public int recipientChannelID
public int reasonCode
public java.lang.String description
public java.lang.String languageTag
public PacketChannelOpenFailure(int recipientChannelID,
int reasonCode,
java.lang.String description,
java.lang.String languageTag)
public PacketChannelOpenFailure(byte[] payload,
int off,
int len)
throws java.io.IOException
java.io.IOException