public final class NEFilterReportEvent
extends java.lang.Object
A NEFilterReportEvent represents the event that is being reported by the NEFilterReport.
| Modifier and Type | Field and 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
|
public static final long NewFlow
public static final long DataDecision
public static final long FlowClosed