Contents

handleInboundDataComplete(for:)

Make a filtering decision after seeing all of the inbound data for a flow.

Declaration

func handleInboundDataComplete(for flow: NEFilterFlow) -> NEFilterDataVerdict

Parameters

  • 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.

See Also

Filtering network content