Uses of Interface
org.ocap.hn.upnp.common.UPnPDevice

Packages that use UPnPDevice
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
org.ocap.hn.upnp.common Provides UPnP APIs common to client- and server-side use. 
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

Uses of UPnPDevice in org.ocap.hn.upnp.client
 

Subinterfaces of UPnPDevice in org.ocap.hn.upnp.client
 interface UPnPClientDevice
          This interface provides the client representation of a UPnP device, associated with a single IP address.
 

Uses of UPnPDevice in org.ocap.hn.upnp.common
 

Subinterfaces of UPnPDevice in org.ocap.hn.upnp.common
 interface UPnPAdvertisedDevice
          This interface represents a UPnP device as it is advertised on a particular network.
 

Uses of UPnPDevice in org.ocap.hn.upnp.server
 

Subinterfaces of UPnPDevice in org.ocap.hn.upnp.server
 interface UPnPManagedDevice
          This interface represents a locally hosted UPnP device created when a privileged application uses UPnPDeviceManager.createDevice to create a device.
 



Copyright © 2011. All Rights Reserved.