A flow of network data originating from a WebKit-based browser that’s being examined by the filter.
SDKs
- iOS 9.0+
- Mac Catalyst 13.0+
Framework
- Network
Extension
Declaration
class NEFilterBrowserFlow : NEFilter Flow
A flow of network data originating from a WebKit-based browser that’s being examined by the filter.
SDKs
Framework
class NEFilterBrowserFlow : NEFilter Flow
var parent URL: URL?
An NSURL
object containing the URL of the web page that caused this flow to be created.
var request: URLRequest?
An NSURLRequest
object containing the HTTP request of the flow.
var response: URLResponse?
An URLResponse
object containing the HTTP response of the flow.
class NEFilter Socket Flow
A flow of network data originating from a nonbrowser TCP connection that’s being examined by the filter.
class NEFilter Flow
An abstract base class shared by NEFilter
and NEFilter
.
class NEFilter New Flow Verdict
The filtering decision made by a filter data provider for a flow that it’s just seen for the first time.
class NEFilter Data Verdict
The filtering decision made by a filter data provider for subsequent chunks of data on a flow.
class NEFilter Control Verdict
The filtering decision made by a filter control provider.
class NEFilter Remediation Verdict
The filtering decision made by a filter data provider after the user requests remediation for a blocked flow.
class NEFilter Verdict
The abstract base class for filter verdict classes.
class NEFilter Report
The report of an action taken by the data provider on a flow.