- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for openStreamCount (0.15 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt
return@schedule pingIntervalNanos } } } } /** * Returns the number of [open streams][Http2Stream.isOpen] on this connection. */ fun openStreamCount(): Int = this.withLock { streams.size } fun getStream(id: Int): Http2Stream? = this.withLock { streams[id] } internal fun removeStream(streamId: Int): Http2Stream? { this.withLock {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 32.6K bytes - Viewed (0)