Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testIPv4AddressWithScopeId (0.14 sec)

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

          assertEquals(ipv6Addr, InetAddresses.forString(ipString));
          assertTrue(InetAddresses.isInetAddress(ipString));
        }
      }
    
      public void testIPv4AddressWithScopeId() throws SocketException {
        ImmutableSet<String> ipStrings = ImmutableSet.of("1.2.3.4", "192.168.0.1");
        for (String ipString : ipStrings) {
          for (String scopeId : getMachineScopesAndInterfaces()) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
Back to top