Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for clientAuth (0.04 seconds)

  1. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

                  raw.port,
                  true,
                ) as SSLSocket
              sslSocket.useClientMode = false
              if (clientAuth == CLIENT_AUTH_REQUIRED) {
                sslSocket.needClientAuth = true
              } else if (clientAuth == CLIENT_AUTH_REQUESTED) {
                sslSocket.wantClientAuth = true
              }
              openClientSockets.add(sslSocket)
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 40.3K bytes
    - Click Count (0)
Back to Top