Class DeviceManagerUPnPImpl


  • public class DeviceManagerUPnPImpl
    extends java.lang.Object
    • Field Detail

      • KEY_ROOT_DEVICE

        private static final java.lang.Object KEY_ROOT_DEVICE
      • upnp

        private UPnP upnp
      • unassociated_devices

        java.util.Map<java.net.InetAddress,​java.lang.String> unassociated_devices
      • access_logs

        java.util.Set<java.lang.String> access_logs
    • Constructor Detail

      • DeviceManagerUPnPImpl

        protected DeviceManagerUPnPImpl​(DeviceManagerImpl _manager)
    • Method Detail

      • initialise

        protected void initialise()
      • startUp

        protected void startUp()
      • injectDiscoveryCache

        protected void injectDiscoveryCache​(java.util.Map cache)
      • search

        public void search()
      • handleXBox

        protected void handleXBox​(java.net.InetSocketAddress address)
      • handlePS3

        protected void handlePS3​(java.net.InetSocketAddress address)
      • handleWii

        protected void handleWii​(java.net.InetSocketAddress address)
      • handleBrowser

        protected void handleBrowser​(java.net.InetSocketAddress address)
      • handleVuzeMSBrowser

        protected DeviceMediaRenderer handleVuzeMSBrowser​(java.net.InetSocketAddress address,
                                                          java.lang.String info)
      • handleGeneric

        protected DeviceMediaRenderer handleGeneric​(java.net.InetSocketAddress address,
                                                    java.lang.String unique_name,
                                                    java.lang.String display_name)
      • handleDevice

        protected void handleDevice​(UPnPRootDevice root_device,
                                    boolean update_if_found)
      • handleDevice

        protected void handleDevice​(UPnPDevice device,
                                    boolean update_if_found)