- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for enqueueEventSource (0.4 sec)
-
okhttp-sse/src/main/kotlin/okhttp3/sse/EventSource.kt
} else { request } this.newCall(actualRequest).enqueueEventSource(listener) } } } companion object { /** * Enqueues a [Call] and process it as [EventSource] with [listener]. */ @JvmStatic @JvmName("enqueue") fun Call.enqueueEventSource(listener: EventSourceListener): EventSource = RealEventSource(this, listener).also(this::enqueue)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:47:47 UTC 2025 - 2.5K bytes - Viewed (0)