Uses of Class
org.cybergarage.upnp.ControlPoint

Packages that use ControlPoint
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.transport
 

Subclasses of ControlPoint in net.i2p.router.transport
(package private)  class UPnP
          This (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.control
 

Methods in org.cybergarage.upnp.control that return ControlPoint
 ControlPoint RenewSubscriber.getControlPoint()
           
 

Methods in org.cybergarage.upnp.control with parameters of type ControlPoint
 void RenewSubscriber.setControlPoint(ControlPoint ctrlp)
           
 

Constructors in org.cybergarage.upnp.control with parameters of type ControlPoint
RenewSubscriber(ControlPoint ctrlp)
           
 

Uses of ControlPoint in org.cybergarage.upnp.device
 

Methods in org.cybergarage.upnp.device that return ControlPoint
 ControlPoint Disposer.getControlPoint()
           
 

Methods in org.cybergarage.upnp.device with parameters of type ControlPoint
 void Disposer.setControlPoint(ControlPoint ctrlp)
           
 

Constructors in org.cybergarage.upnp.device with parameters of type ControlPoint
Disposer(ControlPoint ctrlp)
           
 

Uses of ControlPoint in org.cybergarage.upnp.ssdp
 

Methods in org.cybergarage.upnp.ssdp that return ControlPoint
 ControlPoint SSDPSearchResponseSocket.getControlPoint()
           
 ControlPoint SSDPNotifySocket.getControlPoint()
           
 

Methods in org.cybergarage.upnp.ssdp with parameters of type ControlPoint
 void SSDPSearchResponseSocket.setControlPoint(ControlPoint ctrlp)
           
 void SSDPNotifySocketList.setControlPoint(ControlPoint ctrlPoint)
           
 void SSDPSearchResponseSocketList.setControlPoint(ControlPoint ctrlPoint)
           
 void SSDPNotifySocket.setControlPoint(ControlPoint ctrlp)