Uses of Interface
com.biglybt.net.upnp.UPnPAction
-
Packages that use UPnPAction Package Description com.biglybt.net.natpmp.upnp.impl com.biglybt.net.upnp com.biglybt.net.upnp.impl.services -
-
Uses of UPnPAction in com.biglybt.net.natpmp.upnp.impl
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnPAction Modifier and Type Method Description UPnPAction
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection. getAction(java.lang.String name)
UPnPAction[]
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection. getActions()
-
Uses of UPnPAction in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that return UPnPAction Modifier and Type Method Description UPnPAction
UPnPService. getAction(java.lang.String name)
UPnPAction[]
UPnPService. getActions()
-
Uses of UPnPAction in com.biglybt.net.upnp.impl.services
Classes in com.biglybt.net.upnp.impl.services that implement UPnPAction Modifier and Type Class Description class
UPnPActionImpl
Methods in com.biglybt.net.upnp.impl.services that return UPnPAction Modifier and Type Method Description UPnPAction
UPnPServiceImpl. getAction(java.lang.String name)
UPnPAction[]
UPnPServiceImpl. getActions()
-