Class IntentFilter


  • public class IntentFilter
    extends java.lang.Object
    Utility to get flow entries corresponding to specified intent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.List<FlowEntry>> readIntentFlows​(java.util.List<Intent> installables)
      Finds all path (flow entries) corresponding to intent installables.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.util.List<java.util.List<FlowEntry>> readIntentFlows​(java.util.List<Intent> installables)
        Finds all path (flow entries) corresponding to intent installables.
        Parameters:
        installables - set of installables
        Returns:
        set of flow entries