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) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getPayload() |
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
IOException
Copyright © 2022. All rights reserved.