Class SrvServiceProto

java.lang.Object
org.minidns.hla.srv.SrvServiceProto

public class SrvServiceProto extends Object
The Serivce and Protocol part of a SRV owner name. The format of a SRV owner name is "_Service._Proto.Name".
  • Field Details

    • service

      public final org.minidns.dnslabel.DnsLabel service
    • proto

      public final org.minidns.dnslabel.DnsLabel proto
  • Constructor Details

    • SrvServiceProto

      public SrvServiceProto(org.minidns.dnslabel.DnsLabel service, org.minidns.dnslabel.DnsLabel proto)