Provides mechanisms for application access to a Host device Universal Plug and Play (UPnP) implementation. An application can use the org.ocap.hn.upnp package in order to directly invoke UPnP functionality. The package contains three sub-packages containing client, server, and common functionality: There are two entry points (singletons) into the package for client and server functionality:
  1. Client: The UPnP Control Point class ({@link org.ocap.hn.upnp.client.UPnPControlPoint}) provides access to devices and services on a home network.
  2. Server: The UPnP Device Manager class ({@link org.ocap.hn.upnp.server.UPnPDeviceManager}) provides management of devices and services in the local Host device.