Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 35 of 35 for CookieJar (0.15 seconds)

  1. okhttp-java-net-cookiejar/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.java.net.cookiejar {
      requires okhttp3;
      exports okhttp3.java.net.cookiejar;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 124 bytes
    - Click Count (0)
  2. build-logic/src/main/kotlin/okhttp.dokka-multimodule-conventions.gradle.kts

        add("dokka", project(":okhttp"))
        add("dokka", project(":okhttp-brotli"))
        add("dokka", project(":okhttp-coroutines"))
        add("dokka", project(":okhttp-dnsoverhttps"))
        add("dokka", project(":okhttp-java-net-cookiejar"))
        add("dokka", project(":logging-interceptor"))
        add("dokka", project(":okhttp-sse"))
        add("dokka", project(":okhttp-tls"))
        add("dokka", project(":okhttp-urlconnection"))
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 822 bytes
    - Click Count (0)
  3. docs/changelogs/changelog_3x.md

        implementation. This is useful in sandboxed environments like Google App
        Engine.
    
     *  **OkHttp now does cookies.** We've replaced `java.net.CookieHandler` with
        a new interface, `CookieJar` and added our own `Cookie` model class. This
        new cookie follows the latest RFC and supports the same cookie attributes
        as modern web browsers.
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Click Count (0)
  4. README.md

    ```
    
    The stable public API is based on the list of defined modules:
    
    - okhttp3
    - okhttp3.brotli
    - okhttp3.coroutines
    - okhttp3.dnsoverhttps
    - okhttp3.java.net.cookiejar
    - okhttp3.logging
    - okhttp3.sse
    - okhttp3.tls
    - okhttp3.urlconnection
    - mockwebserver3
    - mockwebserver3.junit4
    - mockwebserver3.junit5
    
    License
    -------
    
    ```
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Oct 30 21:39:59 GMT 2025
    - 9.5K bytes
    - Click Count (0)
  5. CHANGELOG.md

        artifacts defined classes in the `okhttp3` package, but this is forbidden by the Java module
        system. We've fixed this with a new package (`okhttp3.java.net.cookiejar`) and a new artifact,
        `com.squareup.okhttp3:okhttp-java-net-cookiehandler`. (The original artifact now delegates to
        this new one.)
    
        ```kotlin
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 11:57:47 GMT 2026
    - 36.2K bytes
    - Click Count (2)
Back to Top