Class NEIPv4Route

    • Constructor Detail

      • NEIPv4Route

        public NEIPv4Route()
      • NEIPv4Route

        public NEIPv4Route​(java.lang.String address,
                           java.lang.String subnetMask)
        Since:
        Available in iOS 9.0 and later.
      • NEIPv4Route

        public NEIPv4Route​(NSCoder decoder)
    • Method Detail

      • getDestinationAddress

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

        public java.lang.String getDestinationSubnetMask()
        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,
                            java.lang.String subnetMask)
        Since:
        Available in iOS 9.0 and later.
      • defaultRoute

        public static NEIPv4Route defaultRoute()
        Since:
        Available in iOS 9.0 and later.
      • init

        protected long init​(NSCoder decoder)