Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for loopReader (0.04 seconds)

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

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/RealWebSocket.kt

              initReaderAndWriter(
                name = name,
                socket = socket.asBufferedSocket(),
                client = true,
              )
              loopReader(response)
            }
    
            override fun onFailure(
              call: Call,
              e: IOException,
            ) {
              failWebSocket(e)
            }
          },
        )
      }
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Thu Jul 31 04:18:40 GMT 2025
    - 21.6K bytes
    - Click Count (0)
Back to Top