Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for iPAddress (0.12 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt

            .Builder()
            .body("abc")
            .build(),
        )
        val ipAddress = InetAddress.getLoopbackAddress().hostAddress
        val call =
          client.newCall(
            Request
              .Builder()
              .url(
                server
                  .url("/")
                  .newBuilder()
                  .host(ipAddress!!)
                  .build(),
              ).build(),
          )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 60.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - Added a new IPAddress object kind
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  3. okhttp-testing-support/src/main/kotlin/okhttp3/DelegatingServerSocketFactory.kt

        return configureServerSocket(serverSocket)
      }
    
      @Throws(IOException::class)
      override fun createServerSocket(
        port: Int,
        backlog: Int,
        ifAddress: InetAddress,
      ): ServerSocket {
        val serverSocket = delegate.createServerSocket(port, backlog, ifAddress)
        return configureServerSocket(serverSocket)
      }
    
      @Throws(IOException::class)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), type IpAddrString struct
    pkg syscall (windows-386), type IpAddrString struct, Context uint32
    pkg syscall (windows-386), type IpAddrString struct, IpAddress IpAddressString
    pkg syscall (windows-386), type IpAddrString struct, IpMask IpMaskString
    pkg syscall (windows-386), type IpAddrString struct, Next *IpAddrString
    pkg syscall (windows-386), type IpAddressString struct
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top