Uses of Class
org.cybergarage.upnp.Device
- 
Packages that use Device Package Description net.i2p.router.transport The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.org.cybergarage.upnp org.cybergarage.upnp.device 
- 
- 
Uses of Device in net.i2p.router.transportMethods in net.i2p.router.transport with parameters of type Device Modifier and Type Method Description voidUPnP. deviceAdded(Device dev)DeviceChangeListenervoidUPnP. deviceRemoved(Device dev)DeviceChangeListener
- 
Uses of Device in org.cybergarage.upnpMethods in org.cybergarage.upnp that return Device Modifier and Type Method Description DeviceControlPoint. getDevice(String name)DeviceDevice. getDevice(String name)DeviceDeviceList. getDevice(int n)DeviceService. getDevice()DeviceDevice. getDeviceByDescriptionURI(String uri)DeviceDevice. getParentDevice()DeviceDevice. getRootDevice()DeviceService. getRootDevice()Methods in org.cybergarage.upnp with parameters of type Device Modifier and Type Method Description voidDevice. addDevice(Device d)Add a Device to device without checking for duplicate or syntax error.voidControlPoint. performAddDeviceListener(Device dev)voidControlPoint. performRemoveDeviceListener(Device dev)protected voidControlPoint. removeDevice(Device dev)voidControlPoint. renewSubscriberService(Device dev, long timeout)voidControlPoint. unsubscribe(Device device)
- 
Uses of Device in org.cybergarage.upnp.deviceMethods in org.cybergarage.upnp.device that return Device Modifier and Type Method Description DeviceAdvertiser. getDevice()Methods in org.cybergarage.upnp.device with parameters of type Device Modifier and Type Method Description voidDeviceChangeListener. deviceAdded(Device dev)voidDeviceChangeListener. deviceRemoved(Device dev)voidAdvertiser. setDevice(Device dev)Constructors in org.cybergarage.upnp.device with parameters of type Device Constructor Description Advertiser(Device dev)
 
-