Package com.biglybt.core.devices.impl
Class DeviceManagerUPnPImpl
java.lang.Object
com.biglybt.core.devices.impl.DeviceManagerUPnPImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Object
(package private) DeviceManagerImpl
(package private) PluginInterface
private TorrentAttribute
(package private) Map<InetAddress,
String> private UPnP
(package private) IPCInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected TorrentAttribute
protected DeviceManagerImpl
protected IPCInterface
protected void
handleBrowser
(InetSocketAddress address) protected void
handleDevice
(UPnPDevice device, boolean update_if_found) protected void
handleDevice
(UPnPRootDevice root_device, boolean update_if_found) protected DeviceMediaRenderer
handleGeneric
(InetSocketAddress address, String unique_name, String display_name) protected void
handlePS3
(InetSocketAddress address) protected DeviceMediaRenderer
handleVuzeMSBrowser
(InetSocketAddress address, String info) protected void
handleWii
(InetSocketAddress address) protected void
handleXBox
(InetSocketAddress address) protected void
protected void
injectDiscoveryCache
(Map cache) void
search()
protected void
startUp()
-
Field Details
-
KEY_ROOT_DEVICE
-
manager
DeviceManagerImpl manager -
plugin_interface
PluginInterface plugin_interface -
upnp
-
ta_category
-
upnpav_ipc
-
unassociated_devices
Map<InetAddress,String> unassociated_devices -
access_logs
-
-
Constructor Details
-
DeviceManagerUPnPImpl
-
-
Method Details
-
initialise
protected void initialise() -
getManager
-
getCategoryAttibute
-
startUp
protected void startUp() -
addListener
-
injectDiscoveryCache
-
getUnassociatedDevices
-
getPluginInterface
-
getUPnPAVIPC
-
search
public void search() -
handleXBox
-
handlePS3
-
handleWii
-
handleBrowser
-
handleVuzeMSBrowser
-
handleGeneric
protected DeviceMediaRenderer handleGeneric(InetSocketAddress address, String unique_name, String display_name) -
handleDevice
-
handleDevice
-