Class NWBonjourServiceEndpoint

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class NWBonjourServiceEndpoint
extends NWEndpoint
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • NWBonjourServiceEndpoint

      public NWBonjourServiceEndpoint()
    • NWBonjourServiceEndpoint

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

      protected NWBonjourServiceEndpoint​(NSObject.SkipInit skipInit)
    • NWBonjourServiceEndpoint

      public NWBonjourServiceEndpoint​(String name, String type, String domain)
      Since:
      Available in iOS 9.0 and later.
  • Method Details

    • getName

      public String getName()
      Since:
      Available in iOS 9.0 and later.
    • getType

      public String getType()
      Since:
      Available in iOS 9.0 and later.
    • getDomain

      public String getDomain()
      Since:
      Available in iOS 9.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • create

      protected static long create​(String name, String type, String domain)
      Since:
      Available in iOS 9.0 and later.