Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for urlConnection (0.43 sec)

  1. docs/changelogs/changelog_4x.md

        `multipart/mixed; boundary="abc"`.
    
     *  New: `Authenticator.JAVA_NET_AUTHENTICATOR` forwards authentication requests to
        `java.net.Authenticator`. This obsoletes `JavaNetAuthenticator` in the `okhttp-urlconnection`
        module.
    
     *  New: `CertificatePinner` now offers an API for inspecting the configured pins.
    
     *  Upgrade: [Okio 2.6.0][okio_2_6_0].
    
        ```kotlin
        implementation("com.squareup.okio:okio:2.6.0")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  **The Apache HTTP client and HttpURLConnection APIs are deprecated.** They
        continue to work as they always have, but we're moving everything to the new
        OkHttp 3 API. The `okhttp-apache` and `okhttp-urlconnection` modules should
        be only be used to accelerate a transition to OkHttp's request/response API.
        These deprecated modules will be dropped in an upcoming OkHttp 3.x release.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    XmlReader(java.io.InputStream) throws java.io.IOException; public void XmlReader(java.io.InputStream, boolean) throws java.io.IOException, XmlStreamReaderExcep; public void XmlReader(java.net.URL) throws java.io.IOException; public void XmlReader(java.net.URLConnection) throws java.io.IOException; public void XmlReader(java.io.InputStream, String) throws java.io.IOException; public void XmlReader(java.io.InputStream, String, boolean, String) throws java.io.IOException, XmlStreamReaderExcep; public void XmlRe...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    XmlReader(java.io.InputStream) throws java.io.IOException; public void XmlReader(java.io.InputStream, boolean) throws java.io.IOException, XmlStreamReaderExcep; public void XmlReader(java.net.URL) throws java.io.IOException; public void XmlReader(java.net.URLConnection) throws java.io.IOException; public void XmlReader(java.io.InputStream, String) throws java.io.IOException; public void XmlReader(java.io.InputStream, String, boolean, String) throws java.io.IOException, XmlStreamReaderExcep; public void XmlRe...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  5. test-site/activator-launch-1.3.2.jar

    checkStatusCode(java.net.URL, java.net.HttpURLConnection); public final java.io.InputStream openStream(java.net.URL); public final void download(java.net.URL, java.io.File, org.apache.ivy.util.CopyProgressListener); private static void disconnect(java.net.URLConnection); } org/apache/ivy/util/url/IvyAuthenticator.class package org.apache.ivy.util.url; public final synchronized class IvyAuthenticator extends java.net.Authenticator { private java.net.Authenticator original; private static boolean securityWarningLogge;...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top