Class NEFilterReportEvent


  • public final class NEFilterReportEvent
    extends java.lang.Object
    [@typedef] NEFilterReportEvent A NEFilterReportEvent represents the event that is being reported by the NEFilterReport.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DataDecision
      [@const] NEFilterReportEventDataDecision The report is reporting a pass/block decision made after analyzing some amount of a flow's data
      static long FlowClosed
      [@const] NEFilterReportEventFlowClosed The report is reporting that a flow has been closed
      static long NewFlow
      [@const] NEFilterReportEventNewFlow The report is reporting a new flow
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NewFlow

        public static final long NewFlow
        [@const] NEFilterReportEventNewFlow The report is reporting a new flow
        See Also:
        Constant Field Values
      • DataDecision

        public static final long DataDecision
        [@const] NEFilterReportEventDataDecision The report is reporting a pass/block decision made after analyzing some amount of a flow's data
        See Also:
        Constant Field Values
      • FlowClosed

        public static final long FlowClosed
        [@const] NEFilterReportEventFlowClosed The report is reporting that a flow has been closed
        See Also:
        Constant Field Values