All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.hn.upnp.package.html Maven / Gradle / Ivy



    
        Package org.ocap.hn.upnp
    


    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:
    
  • {@link org.ocap.hn.upnp.client}
  • {@link org.ocap.hn.upnp.server}
  • {@link org.ocap.hn.upnp.common}
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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy