Class NWResolutionReport

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public final class NWResolutionReport
extends NWObject
implements NSObjectProtocol
  • Constructor Details

    • NWResolutionReport

      public NWResolutionReport()
  • Method Details

    • getSource

      public NWReportResolutionSource getSource()
      Since:
      Available in iOS 14.0 and later.
    • getMilliseconds

      public long getMilliseconds()
      Since:
      Available in iOS 14.0 and later.
    • getEndpointCount

      public int getEndpointCount()
      Since:
      Available in iOS 14.0 and later.
    • copySuccessfulEndpoint

      public NWEndpoint copySuccessfulEndpoint()
      Since:
      Available in iOS 14.0 and later.
    • copyPreferredEndpoint

      public NWEndpoint copyPreferredEndpoint()
      Since:
      Available in iOS 14.0 and later.
    • getProtocol

      public NWReportResolutionProtocol getProtocol()
      Since:
      Available in iOS 14.0 and later.