public class PacketChannelOpenFailure extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
languageTag |
int |
reasonCode |
int |
recipientChannelID |
| Constructor and Description |
|---|
PacketChannelOpenFailure(byte[] payload,
int off,
int len) |
PacketChannelOpenFailure(int recipientChannelID,
int reasonCode,
String description,
String languageTag) |
public int recipientChannelID
public int reasonCode
public String description
public String languageTag
public PacketChannelOpenFailure(int recipientChannelID,
int reasonCode,
String description,
String languageTag)
public PacketChannelOpenFailure(byte[] payload,
int off,
int len)
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.