Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for instantiated (0.15 sec)

  1. guava-tests/test/com/google/common/net/InetAddressesTest.java

              InetAddresses.getCompatIPv4Address((Inet6Address) ip));
        }
      }
    
      public void testMappedIPv4Addresses() throws UnknownHostException {
        /*
         * Verify that it is not possible to instantiate an Inet6Address
         * from an "IPv4 mapped" IPv6 address.  Our String-based method can
         * at least identify them, however.
         */
        String mappedStr = "::ffff:192.168.0.1";
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 31.9K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

              InetAddresses.getCompatIPv4Address((Inet6Address) ip));
        }
      }
    
      public void testMappedIPv4Addresses() throws UnknownHostException {
        /*
         * Verify that it is not possible to instantiate an Inet6Address
         * from an "IPv4 mapped" IPv6 address.  Our String-based method can
         * at least identify them, however.
         */
        String mappedStr = "::ffff:192.168.0.1";
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 31.9K bytes
    - Viewed (0)
Back to top