public class ResourceRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RCLASS_IN |
static int |
TYPE_A |
static byte |
TYPE_CNAME |
static byte |
TYPE_MX |
static byte[] |
TYPE_NS |
static byte |
TYPE_PTR |
static byte |
TYPE_SOA |
static byte |
TYPE_TXT |
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceRecord(String value,
int type,
int ttl) |
public static final int TYPE_A
public static final byte[] TYPE_NS
public static final byte TYPE_CNAME
public static final byte TYPE_SOA
public static final byte TYPE_PTR
public static final byte TYPE_MX
public static final byte TYPE_TXT
public static final int RCLASS_IN
protected ResourceRecord(String value, int type, int ttl)
Copyright © 2013. All Rights Reserved.