Class SrvServiceProto


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

      Fields 
      Modifier and Type Field Description
      org.minidns.dnslabel.DnsLabel proto  
      org.minidns.dnslabel.DnsLabel service  
    • Constructor Summary

      Constructors 
      Constructor Description
      SrvServiceProto​(org.minidns.dnslabel.DnsLabel service, org.minidns.dnslabel.DnsLabel proto)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • service

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

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

      • SrvServiceProto

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