Class NEFilterFlow

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
NEFilterBrowserFlow, NEFilterSocketFlow

public class NEFilterFlow
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • NEFilterFlow

      public NEFilterFlow()
    • NEFilterFlow

      protected NEFilterFlow​(NSObject.Handle h, long handle)
    • NEFilterFlow

      protected NEFilterFlow​(NSObject.SkipInit skipInit)
    • NEFilterFlow

      public NEFilterFlow​(NSCoder coder)
  • Method Details

    • getURL

      public NSURL getURL()
      Since:
      Available in iOS 9.0 and later.
    • getSourceAppUniqueIdentifier

      public NSData getSourceAppUniqueIdentifier()
      Since:
      Available in iOS 11.0 and later.
    • getSourceAppIdentifier

      public String getSourceAppIdentifier()
      Since:
      Available in iOS 11.0 and later.
    • getSourceAppVersion

      public String getSourceAppVersion()
      Since:
      Available in iOS 11.0 and later.
    • getDirection

      public NETrafficDirection getDirection()
      Since:
      Available in iOS 13.0 and later.
    • getIdentifier

      public NSUUID getIdentifier()
      Since:
      Available in iOS 13.1 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)