public class TXTResourceRecord extends AbstractResourceRecord
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
value |
| Constructor and Description |
|---|
TXTResourceRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(NetworkData buffer,
boolean partial) |
void |
encode(NetworkData buffer) |
javax.json.JsonObject |
toJSon() |
String |
toZone(int maxLength) |
createJsonBuilder, getRawClassz, getRawTypeprotected String value
protected byte[] data
public void decode(NetworkData buffer, boolean partial)
decode in interface ResourceRecorddecode in class AbstractResourceRecordpublic void encode(NetworkData buffer)
encode in interface ResourceRecordencode in class AbstractResourceRecordpublic String toZone(int maxLength)
toZone in interface ResourceRecordtoZone in class AbstractResourceRecordpublic javax.json.JsonObject toJSon()
toJSon in interface ResourceRecordtoJSon in class AbstractResourceRecordCopyright © 2020. All rights reserved.