Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for get6to4IPv4Address (0.86 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

          assertThrows(
              "IllegalArgumentException expected for '" + non6to4Address + "'",
              IllegalArgumentException.class,
              () -> InetAddresses.get6to4IPv4Address((Inet6Address) ip));
        }
    
        String valid6to4Address = "2002:0102:0304::1";
        String ipv4Str = "1.2.3.4";
    
        InetAddress ipv4 = InetAddresses.forString(ipv4Str);
    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