public class PacketChannelOpenFailure
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
java.lang.String |
languageTag |
int |
reasonCode |
int |
recipientChannelID |
Constructor and 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 and 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
Copyright © 2013. All Rights Reserved.