Class NEIPv6Route

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • NEIPv6Route

      public NEIPv6Route()
    • NEIPv6Route

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

      protected NEIPv6Route​(NSObject.SkipInit skipInit)
    • NEIPv6Route

      public NEIPv6Route​(String address, NSNumber networkPrefixLength)
      Since:
      Available in iOS 9.0 and later.
    • NEIPv6Route

      public NEIPv6Route​(NSCoder coder)
  • Method Details

    • getDestinationAddress

      public String getDestinationAddress()
      Since:
      Available in iOS 9.0 and later.
    • getDestinationNetworkPrefixLength

      public NSNumber getDestinationNetworkPrefixLength()
      Since:
      Available in iOS 9.0 and later.
    • getGatewayAddress

      public String getGatewayAddress()
      Since:
      Available in iOS 9.0 and later.
    • setGatewayAddress

      public void setGatewayAddress​(String v)
      Since:
      Available in iOS 9.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String address, NSNumber networkPrefixLength)
      Since:
      Available in iOS 9.0 and later.
    • defaultRoute

      public static NEIPv6Route defaultRoute()
      Since:
      Available in iOS 9.0 and later.
    • encode

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

      protected long init​(NSCoder coder)