javax.jmdns.impl

Class DNSRecord.Service

Enclosing Class:
DNSRecord

public static class DNSRecord.Service
extends DNSRecord

Service record.

Nested Class Summary

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

DNSRecord.Pointer, DNSRecord.Service, DNSRecord.Text

Constructor Summary

Service(String name, int type, int clazz, int ttl, int priority, int weight, int port, String server)

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

Service

public Service(String name,
               int type,
               int clazz,
               int ttl,
               int priority,
               int weight,
               int port,
               String server)

Method Details

toString

public String toString()