Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ReactiveX (0.25 sec)

  1. android/guava/src/com/google/common/eventbus/EventBus.java

     *
     * <p>To react to events, we recommend a reactive-streams framework like <a
     * href="https://github.com/ReactiveX/RxJava/wiki">RxJava</a> (supplemented with its <a
     * href="https://github.com/ReactiveX/RxAndroid">RxAndroid</a> extension if you are building for
     * Android) or <a href="https://projectreactor.io/">Project Reactor</a>. (For the basics of
     * translating code from using an event bus to using a reactive-streams framework, see these two
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Aug 25 16:37:57 GMT 2021
    - 12.8K bytes
    - Viewed (0)
  2. .idea/inspectionProfiles/Gradle.xml

        <inspection_tool class="UnstableApiUsage" enabled="true" level="WARNING" enabled_by_default="true">
          <option name="unstableApiAnnotations">
            <set>
              <option value="io.reactivex.annotations.Beta" />
              <option value="io.reactivex.annotations.Experimental" />
              <option value="org.apache.http.annotation.Beta" />
              <option value="org.gradle.api.Incubating" />
    XML
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Apr 11 13:39:08 GMT 2024
    - 13K bytes
    - Viewed (0)
  3. .idea/inspectionProfiles/idea_default.xml

          <option name="unstableApiAnnotations">
            <set>
              <option value="com.google.common.annotations.Beta" />
              <option value="io.reactivex.annotations.Beta" />
              <option value="io.reactivex.annotations.Experimental" />
              <option value="org.apache.http.annotation.Beta" />
              <option value="org.jetbrains.annotations.ApiStatus.Experimental" />
    XML
    - Registered: Fri Apr 19 08:18:09 GMT 2024
    - Last Modified: Thu Nov 09 20:59:03 GMT 2023
    - 32.4K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/Authenticator.kt

     */
    package okhttp3
    
    import java.io.IOException
    import okhttp3.internal.authenticator.JavaNetAuthenticator
    
    /**
     * Performs either **preemptive** authentication before connecting to a proxy server, or
     * **reactive** authentication after receiving a challenge from either an origin web server or proxy
     * server.
     *
     * ## Preemptive Authentication
     *
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.5K bytes
    - Viewed (0)
Back to top