Class NEFilterSocketFlow

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • NEFilterSocketFlow

      public NEFilterSocketFlow()
    • NEFilterSocketFlow

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

      protected NEFilterSocketFlow​(NSObject.SkipInit skipInit)
  • Method Details

    • getRemoteEndpoint

      public NWEndpoint getRemoteEndpoint()
      Since:
      Available in iOS 9.0 and later.
    • getRemoteHostname

      public String getRemoteHostname()
      Since:
      Available in iOS 14.0 and later.
    • getLocalEndpoint

      public NWEndpoint getLocalEndpoint()
      Since:
      Available in iOS 9.0 and later.
    • getSocketFamily

      public int getSocketFamily()
      Since:
      Available in iOS 9.0 and later.
    • getSocketType

      public int getSocketType()
      Since:
      Available in iOS 9.0 and later.
    • getSocketProtocol

      public int getSocketProtocol()
      Since:
      Available in iOS 9.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()