Uses of Class
org.cybergarage.upnp.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.transport
Subclasses of ControlPoint in net.i2p.router.transport Modifier and Type Class Description 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 Modifier and Type Method Description ControlPoint
RenewSubscriber. getControlPoint()
Methods in org.cybergarage.upnp.control with parameters of type ControlPoint Modifier and Type Method Description void
RenewSubscriber. 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.device
Methods in org.cybergarage.upnp.device that return ControlPoint Modifier and Type Method Description ControlPoint
Disposer. getControlPoint()
Methods in org.cybergarage.upnp.device with parameters of type ControlPoint Modifier and Type Method Description void
Disposer. 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.ssdp
Methods in org.cybergarage.upnp.ssdp that return ControlPoint Modifier and Type Method Description ControlPoint
SSDPNotifySocket. getControlPoint()
ControlPoint
SSDPSearchResponseSocket. getControlPoint()
Methods in org.cybergarage.upnp.ssdp with parameters of type ControlPoint Modifier and Type Method Description void
SSDPNotifySocket. setControlPoint(ControlPoint ctrlp)
void
SSDPNotifySocketList. setControlPoint(ControlPoint ctrlPoint)
void
SSDPSearchResponseSocket. setControlPoint(ControlPoint ctrlp)
void
SSDPSearchResponseSocketList. setControlPoint(ControlPoint ctrlPoint)