Interface UPnP

  • All Known Implementing Classes:
    UPnPImpl

    public interface UPnP
    • Method Detail

      • reset

        void reset()
        resets by removing all root devices and then rediscovering them
      • search

        void search()
        scan for new
      • search

        void search​(java.lang.String[] STs)
      • injectDiscoveryCache

        void injectDiscoveryCache​(java.util.Map cache)
      • log

        void log​(java.lang.String str)
        Logs a message to all registered log listeners
        Parameters:
        str -
      • addRootDeviceListener

        void addRootDeviceListener​(UPnPListener l)
      • removeRootDeviceListener

        void removeRootDeviceListener​(UPnPListener l)