D | ServiceInfoImpl.java | 42 public class ServiceInfoImpl extends ServiceInfo implements DNSListener, DNSStatefulObject { class 43 private static Logger logger = Logger.getLogger(ServiceInfoImpl.class.getName()); 78 private final ServiceInfoImpl _info; 83 public ServiceInfoState(ServiceInfoImpl info) { in ServiceInfoState() 127 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() method in ServiceInfoImpl 128 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl() 150 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() method in ServiceInfoImpl 151 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl() 165 …public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priorit… in ServiceInfoImpl() method in ServiceInfoImpl 166 …this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persiste… in ServiceInfoImpl() [all …]
|