Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Waddell (0.46 sec)

  1. okhttp/src/main/kotlin/okhttp3/AsyncDns.kt

                  override fun onResponse(
                    hostname: String,
                    addresses: List<InetAddress>,
                  ) {
                    synchronized(allAddresses) {
                      allAddresses.addAll(addresses)
                    }
                    latch.countDown()
                  }
    
                  override fun onFailure(
                    hostname: String,
                    e: IOException,
                  ) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 23 14:31:42 GMT 2024
    - 3.5K bytes
    - Viewed (0)
Back to top