Class NEIPv6Route

    • Constructor Detail

      • NEIPv6Route

        public NEIPv6Route()
      • NEIPv6Route

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

        public NEIPv6Route​(NSCoder decoder)
    • Method Detail

      • getDestinationAddress

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

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

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

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

        public static boolean supportsSecureCoding()
      • init

        protected long init​(java.lang.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.
      • init

        protected long init​(NSCoder decoder)