Package apple.networkextension.enums
Class NEFilterReportEvent
- java.lang.Object
-
- apple.networkextension.enums.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 longDataDecision[@const] NEFilterReportEventDataDecision The report is reporting a pass/block decision made after analyzing some amount of a flow's datastatic longFlowClosed[@const] NEFilterReportEventFlowClosed The report is reporting that a flow has been closedstatic longNewFlow[@const] NEFilterReportEventNewFlow The report is reporting a new flow
-
-
-
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
-
-