Uses of Class
com.metratec.lib.upnp.Action
-
Packages that use Action Package Description com.metratec.lib.upnp -
-
Uses of Action in com.metratec.lib.upnp
Methods in com.metratec.lib.upnp that return Action Modifier and Type Method Description Action
Service. getActionByName(java.lang.String name)
Methods in com.metratec.lib.upnp that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>
Service. getActions()
Fetches the list of actions of this service.java.util.List<Action>
Service. getActions(boolean block)
Fetches the list of actions of this service.Constructors in com.metratec.lib.upnp with parameters of type Action Constructor Description CallAction(Action action, int timeout)
Create an instance of this class.
-