Searched defs:ServiceInfoImpl (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java42 public class ServiceInfoImpl extends ServiceInfo implements DNSListener, DNSStatefulObject { class in inherits:ServiceInfo,DNSListener,DNSStatefulObject
43 private static Logger logger = Logger.getLogger(ServiceInfoImpl.class.getName());
78 private final ServiceInfoImpl _info;
83 public ServiceInfoState(ServiceInfoImpl info) {
127 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, String text) { method in class:ServiceInfoImpl
128 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null);
150 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> props) { method in class:ServiceInfoImpl
151 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props));
165 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, byte text[]) { method in class:ServiceInfoImpl
166 this(ServiceInfoImpl
169 public ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> props) { method in class:ServiceInfoImpl
173 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) { method in class:ServiceInfoImpl
185 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte text[]) { method in class:ServiceInfoImpl
210 ServiceInfoImpl(ServiceInfo info) { method in class:ServiceInfoImpl
[all...]

Completed in 108 milliseconds