Uses of Class
org.cybergarage.upnp.ControlPoint
Packages that use ControlPoint
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
-
Uses of ControlPoint in net.i2p.router.transport
Subclasses of ControlPoint in net.i2p.router.transportModifier and TypeClassDescriptionclass
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 ControlPointMethods in org.cybergarage.upnp.control with parameters of type ControlPointConstructors in org.cybergarage.upnp.control with parameters of type ControlPoint -
Uses of ControlPoint in org.cybergarage.upnp.device
Methods in org.cybergarage.upnp.device that return ControlPointMethods in org.cybergarage.upnp.device with parameters of type ControlPointConstructors in org.cybergarage.upnp.device with parameters of type ControlPoint -
Uses of ControlPoint in org.cybergarage.upnp.ssdp
Methods in org.cybergarage.upnp.ssdp that return ControlPointModifier and TypeMethodDescriptionSSDPNotifySocket.getControlPoint()
SSDPSearchResponseSocket.getControlPoint()
Methods in org.cybergarage.upnp.ssdp with parameters of type ControlPointModifier and TypeMethodDescriptionvoid
SSDPNotifySocket.setControlPoint
(ControlPoint ctrlp) void
SSDPNotifySocketList.setControlPoint
(ControlPoint ctrlPoint) void
SSDPSearchResponseSocket.setControlPoint
(ControlPoint ctrlp) void
SSDPSearchResponseSocketList.setControlPoint
(ControlPoint ctrlPoint)