Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callFactory (0.04 sec)

  1. okhttp-sse/src/main/kotlin/okhttp3/sse/EventSources.kt

        replaceWith =
          ReplaceWith(
            expression = "callFactory.asEventSourceFactory()",
            imports = ["okhttp3.sse.EventSource.Factory.Companion.asEventSourceFactory"],
          ),
        level = DeprecationLevel.WARNING,
      )
      @JvmStatic
      fun createFactory(callFactory: Call.Factory): EventSource.Factory = callFactory.asEventSourceFactory()
    
      @Deprecated(
        message = "Moved to extension function.",
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:47:47 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top