Class NEFilterAction


  • public final class NEFilterAction
    extends java.lang.Object
    [@typedef] NEFilterAction A NEFilterAction represents the possible actions taken upon a NEFilterFlow that can be reported by the data provider extension to the control provider extension.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Allow
      [@const] NEFilterActionAllow Allowing the flow
      static long Drop
      [@const] NEFilterActionDrop Dropping the flow
      static long FilterData
      [@const] NEFilterActionFilterData Filtering data on the flow
      static long Invalid
      [@const] NEFilterActionInvalid Invalid action, represents an error
      static long Remediate
      [@const] NEFilterActionRemediate Remediating the flow (a "content blocked" page displayed to the user)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Invalid

        public static final long Invalid
        [@const] NEFilterActionInvalid Invalid action, represents an error
        See Also:
        Constant Field Values
      • Allow

        public static final long Allow
        [@const] NEFilterActionAllow Allowing the flow
        See Also:
        Constant Field Values
      • Drop

        public static final long Drop
        [@const] NEFilterActionDrop Dropping the flow
        See Also:
        Constant Field Values
      • Remediate

        public static final long Remediate
        [@const] NEFilterActionRemediate Remediating the flow (a "content blocked" page displayed to the user)
        See Also:
        Constant Field Values
      • FilterData

        public static final long FilterData
        [@const] NEFilterActionFilterData Filtering data on the flow
        See Also:
        Constant Field Values