javax.jmdns.impl

Class DNSRecord.Pointer

Enclosing Class:
DNSRecord

public static class DNSRecord.Pointer
extends DNSRecord

Pointer record.

Nested Class Summary

Nested classes/interfaces inherited from class javax.jmdns.impl.DNSRecord

DNSRecord.Pointer, DNSRecord.Service, DNSRecord.Text

Constructor Summary

Pointer(String name, int type, int clazz, int ttl, String alias)

Method Summary

String
toString()

Methods inherited from class javax.jmdns.impl.DNSRecord

equals, getRecordSource, getTtl, isExpired, setRecordSource, setTtl, toString

Methods inherited from class javax.jmdns.impl.DNSEntry

equals, getName, getType, hashCode, toString

Constructor Details

Pointer

public Pointer(String name,
               int type,
               int clazz,
               int ttl,
               String alias)

Method Details

toString

public String toString()