Uses of Class
org.cybergarage.upnp.Device
Packages that use Device
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
-
Uses of Device in net.i2p.router.transport
Methods in net.i2p.router.transport with parameters of type DeviceModifier and TypeMethodDescriptionvoidUPnP.deviceAdded(Device dev) DeviceChangeListenervoidUPnP.deviceRemoved(Device dev) DeviceChangeListener -
Uses of Device in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return DeviceModifier and TypeMethodDescriptionDeviceList.getDevice(int n) Service.getDevice()Device.getDeviceByDescriptionURI(String uri) Device.getParentDevice()Device.getRootDevice()Service.getRootDevice()Methods in org.cybergarage.upnp with parameters of type DeviceModifier and TypeMethodDescriptionvoidAdd 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.device
Methods in org.cybergarage.upnp.device that return DeviceMethods in org.cybergarage.upnp.device with parameters of type DeviceModifier and TypeMethodDescriptionvoidDeviceChangeListener.deviceAdded(Device dev) voidDeviceChangeListener.deviceRemoved(Device dev) voidConstructors in org.cybergarage.upnp.device with parameters of type Device