Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testMappedIPv4Addresses (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

          assertWithMessage("checking '%s'", validCompatAddress)
              .that(InetAddresses.getCompatIPv4Address((Inet6Address) ip))
              .isEqualTo(compat);
        }
      }
    
      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
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 16:38:16 GMT 2026
    - 36.3K bytes
    - Click Count (0)
Back to Top