handleInboundDataComplete(for:)
Make a filtering decision after seeing all of the inbound data for a flow.
Declaration
func handleInboundDataComplete(for flow: NEFilterFlow) -> NEFilterDataVerdictParameters
- flow:
An Nefilterflow object containing information about the flow.
Return Value
An NEFilterDataVerdict object indicating how the system should handle the flow of network content.
Discussion
The system calls this method after all of the inbound data for a flow of network content has been given to the Filter Data Provider.
NEFilterDataProvider subclasses must override this method.