Home | History | Annotate | Download | only in jmdns

Lines Matching refs:ServiceInfo

159     public abstract ServiceInfo[] getServiceInfos(String type, String name);
175 public abstract ServiceInfo[] getServiceInfos(String type, String name, long timeout);
191 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent);
209 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long timeout);
311 * @see javax.jmdns.JmDNS#registerService(javax.jmdns.ServiceInfo)
313 public abstract void registerService(ServiceInfo info) throws IOException;
320 * @see javax.jmdns.JmDNS#unregisterService(javax.jmdns.ServiceInfo)
322 public abstract void unregisterService(ServiceInfo info);
348 public abstract ServiceInfo[] list(String type);
360 public abstract ServiceInfo[] list(String type, long timeout);
370 public abstract Map<String, ServiceInfo[]> listBySubtype(String type);
382 public abstract Map<String, ServiceInfo[]> listBySubtype(String type, long timeout);