Class DeviceUPnPImpl

    • Field Detail

      • UPNPAV_FILE_KEY

        private static final java.lang.Object UPNPAV_FILE_KEY
      • acf_map

        private static final java.util.Map<java.lang.String,​ContentFile> acf_map
      • MY_ACF_KEY

        final java.lang.String MY_ACF_KEY
      • device_may_be_null

        private volatile UPnPDevice device_may_be_null
      • dynamic_xcode_map

        private java.util.Map<java.lang.String,​ContentFile> dynamic_xcode_map
    • Constructor Detail

      • DeviceUPnPImpl

        protected DeviceUPnPImpl​(DeviceManagerImpl _manager,
                                 int _type,
                                 java.lang.String _classification)
      • DeviceUPnPImpl

        protected DeviceUPnPImpl​(DeviceManagerImpl _manager,
                                 int _type,
                                 java.lang.String _uuid,
                                 java.lang.String _classification,
                                 boolean _manual,
                                 java.lang.String _name)
      • DeviceUPnPImpl

        protected DeviceUPnPImpl​(DeviceManagerImpl _manager,
                                 int _type,
                                 java.lang.String _uuid,
                                 java.lang.String _classification,
                                 boolean _manual)
      • DeviceUPnPImpl

        protected DeviceUPnPImpl​(DeviceManagerImpl _manager,
                                 java.util.Map _map)
                          throws java.io.IOException
        Throws:
        java.io.IOException