Package org.minidns.hla.srv
Class SrvServiceProto
java.lang.Object
org.minidns.hla.srv.SrvServiceProto
The Serivce and Protocol part of a SRV owner name. The format of a SRV owner name is "_Service._Proto.Name".
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSrvServiceProto(org.minidns.dnslabel.DnsLabel service, org.minidns.dnslabel.DnsLabel proto) -
Method Summary
-
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)
-