Class IntentFilter


  • public class IntentFilter
    extends Object
    Utility to get flow entries corresponding to specified intent.
    • Constructor Detail

      • IntentFilter

        public IntentFilter​(IntentService intentService,
                            FlowRuleService flowRuleService)
        Creates an intent filter.
        Parameters:
        intentService - intent service object
        flowRuleService - flow service object
    • Method Detail

      • readIntentFlows

        public List<List<FlowEntry>> readIntentFlows​(List<Intent> installables)
        Finds all path (flow entries) corresponding to intent installables.
        Parameters:
        installables - set of installables
        Returns:
        set of flow entries