Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.jmdns.impl.DNSEntry
javax.jmdns.impl.DNSRecord
public abstract class DNSRecord
extends DNSEntry
Nested Class Summary | |
static class |
|
static class |
|
static class |
Method Summary | |
boolean |
|
InetAddress | |
int |
|
boolean |
|
void |
|
void |
|
String |
|
public boolean equals(Object other)
True if this record is the same as some other record.
public InetAddress getRecordSource()
public int getTtl()
public boolean isExpired(long now)
Check if the record is expired.
public void setRecordSource(InetAddress source)
public void setTtl(int ttl)
public String toString(String other)