Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for samp (0.13 sec)

  1. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        server.enqueue(MockResponse(body = "this response comes via HTTPS"))
        server.enqueue(MockResponse(body = "another response via HTTPS"))
    
        // The pool will only reuse sockets if the SSL socket factories are the same.
        val clientSocketFactory = handshakeCertificates.sslSocketFactory()
        val hostnameVerifier = RecordingHostnameVerifier()
        val cookieJar: CookieJar = JavaNetCookieJar(CookieManager())
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    samsung
    
    // sandvik : 2014-11-13 Sandvik AB
    sandvik
    
    // sandvikcoromant : 2014-11-07 Sandvik AB
    sandvikcoromant
    
    // sanofi : 2014-10-09 Sanofi
    sanofi
    
    // sap : 2014-03-27 SAP AG
    sap
    
    // sarl : 2014-07-03 Binky Moon, LLC
    sarl
    
    // sas : 2015-04-02 Research IP LLC
    sas
    
    // save : 2015-06-25 Amazon Registry Services, Inc.
    save
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top