Package edu.wpi.first.util
Class MulticastServiceAnnouncer
- java.lang.Object
-
- edu.wpi.first.util.MulticastServiceAnnouncer
-
- All Implemented Interfaces:
AutoCloseable
public class MulticastServiceAnnouncer extends Object implements AutoCloseable
Class to announce over mDNS that a service is available.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasImplementation()
void
start()
void
stop()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
start
public void start()
-
stop
public void stop()
-
hasImplementation
public boolean hasImplementation()
-
-