|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Device | |
---|---|
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.transport |
---|
Methods in net.i2p.router.transport with parameters of type Device | |
---|---|
void |
UPnP.deviceAdded(Device dev)
DeviceChangeListener |
void |
UPnP.deviceRemoved(Device dev)
DeviceChangeListener |
Uses of Device in org.cybergarage.upnp |
---|
Methods in org.cybergarage.upnp that return Device | |
---|---|
Device |
Service.getDevice()
|
Device |
DeviceList.getDevice(int n)
|
Device |
ControlPoint.getDevice(String name)
|
Device |
Device.getDevice(String name)
|
Device |
Device.getDeviceByDescriptionURI(String uri)
|
Device |
Device.getParentDevice()
|
Device |
Service.getRootDevice()
|
Device |
Device.getRootDevice()
|
Methods in org.cybergarage.upnp with parameters of type Device | |
---|---|
void |
Device.addDevice(Device d)
Add a Device to device without checking for duplicate or syntax error. |
void |
ControlPoint.performAddDeviceListener(Device dev)
|
void |
ControlPoint.performRemoveDeviceListener(Device dev)
|
protected void |
ControlPoint.removeDevice(Device dev)
|
void |
ControlPoint.renewSubscriberService(Device dev,
long timeout)
|
void |
ControlPoint.unsubscribe(Device device)
|
Uses of Device in org.cybergarage.upnp.device |
---|
Methods in org.cybergarage.upnp.device that return Device | |
---|---|
Device |
Advertiser.getDevice()
|
Methods in org.cybergarage.upnp.device with parameters of type Device | |
---|---|
void |
DeviceChangeListener.deviceAdded(Device dev)
|
void |
DeviceChangeListener.deviceRemoved(Device dev)
|
void |
Advertiser.setDevice(Device dev)
|
Constructors in org.cybergarage.upnp.device with parameters of type Device | |
---|---|
Advertiser(Device dev)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |