Package org.minidns.hla.srv
Class SrvServiceProto
- java.lang.Object
 - 
- org.minidns.hla.srv.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". 
- 
- 
Constructor Summary
Constructors Constructor Description SrvServiceProto(DnsLabel service, DnsLabel proto) 
 -