| Modifier | Constructor and Description |
|---|---|
protected | RRWithTarget(DnsName target)RRWithTarget. |
| Modifier and Type | Method and Description |
|---|---|
DnsName | getTarget() |
void | serialize(DataOutputStream dos)The internal method used to serialize Data subclasses. |
String | toString()toString. |
equals, getType, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic final DnsName target
protected RRWithTarget(DnsName target)
public final DnsName getTarget()
public void serialize(DataOutputStream dos) throws IOException
Dataserialize in class Datados - the output stream to serialize to.IOException - if an I/O error occurs.