Uses of Class
org.cybergarage.upnp.ControlPoint
- 
Packages that use ControlPoint Package Description 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.control org.cybergarage.upnp.device org.cybergarage.upnp.ssdp 
- 
- 
Uses of ControlPoint in net.i2p.router.transportSubclasses of ControlPoint in net.i2p.router.transport Modifier and Type Class Description classUPnPThis (and all in org/freenet, org/cybergarage, org/xmlpull) grabbed from freenet SVN, mid-February 2009 by zzz.
- 
Uses of ControlPoint in org.cybergarage.upnp.controlMethods in org.cybergarage.upnp.control that return ControlPoint Modifier and Type Method Description ControlPointRenewSubscriber. getControlPoint()Methods in org.cybergarage.upnp.control with parameters of type ControlPoint Modifier and Type Method Description voidRenewSubscriber. setControlPoint(ControlPoint ctrlp)Constructors in org.cybergarage.upnp.control with parameters of type ControlPoint Constructor Description RenewSubscriber(ControlPoint ctrlp)
- 
Uses of ControlPoint in org.cybergarage.upnp.deviceMethods in org.cybergarage.upnp.device that return ControlPoint Modifier and Type Method Description ControlPointDisposer. getControlPoint()Methods in org.cybergarage.upnp.device with parameters of type ControlPoint Modifier and Type Method Description voidDisposer. setControlPoint(ControlPoint ctrlp)Constructors in org.cybergarage.upnp.device with parameters of type ControlPoint Constructor Description Disposer(ControlPoint ctrlp)
- 
Uses of ControlPoint in org.cybergarage.upnp.ssdpMethods in org.cybergarage.upnp.ssdp that return ControlPoint Modifier and Type Method Description ControlPointSSDPNotifySocket. getControlPoint()ControlPointSSDPSearchResponseSocket. getControlPoint()Methods in org.cybergarage.upnp.ssdp with parameters of type ControlPoint Modifier and Type Method Description voidSSDPNotifySocket. setControlPoint(ControlPoint ctrlp)voidSSDPNotifySocketList. setControlPoint(ControlPoint ctrlPoint)voidSSDPSearchResponseSocket. setControlPoint(ControlPoint ctrlp)voidSSDPSearchResponseSocketList. setControlPoint(ControlPoint ctrlPoint)
 
-