com.aelitis.azureus.core.devices.impl
Class DeviceManagerUPnPImpl

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.DeviceManagerUPnPImpl

public class DeviceManagerUPnPImpl
extends Object


Constructor Summary
protected DeviceManagerUPnPImpl(DeviceManagerImpl _manager)
           
 
Method Summary
protected  void addListener(PluginInterface pi)
           
protected  TorrentAttribute getCategoryAttibute()
           
protected  DeviceManagerImpl getManager()
           
 PluginInterface getPluginInterface()
           
 DeviceManager.UnassociatedDevice[] getUnassociatedDevices()
           
protected  IPCInterface getUPnPAVIPC()
           
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 initialise()
           
protected  void injectDiscoveryCache(Map cache)
           
 void search()
           
protected  void startUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceManagerUPnPImpl

protected DeviceManagerUPnPImpl(DeviceManagerImpl _manager)
Method Detail

initialise

protected void initialise()

getManager

protected DeviceManagerImpl getManager()

getCategoryAttibute

protected TorrentAttribute getCategoryAttibute()

startUp

protected void startUp()

addListener

protected void addListener(PluginInterface pi)

injectDiscoveryCache

protected void injectDiscoveryCache(Map cache)

getUnassociatedDevices

public DeviceManager.UnassociatedDevice[] getUnassociatedDevices()

getPluginInterface

public PluginInterface getPluginInterface()

getUPnPAVIPC

protected IPCInterface getUPnPAVIPC()

search

public void search()

handleXBox

protected void handleXBox(InetSocketAddress address)

handlePS3

protected void handlePS3(InetSocketAddress address)

handleWii

protected void handleWii(InetSocketAddress address)

handleBrowser

protected void handleBrowser(InetSocketAddress address)

handleVuzeMSBrowser

protected DeviceMediaRenderer handleVuzeMSBrowser(InetSocketAddress address,
                                                  String info)

handleGeneric

protected DeviceMediaRenderer handleGeneric(InetSocketAddress address,
                                            String unique_name,
                                            String display_name)

handleDevice

protected void handleDevice(UPnPRootDevice root_device,
                            boolean update_if_found)

handleDevice

protected void handleDevice(UPnPDevice device,
                            boolean update_if_found)