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