Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for GetID (0.24 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/DelegatingSSLSession.kt

    import javax.security.cert.X509Certificate
    
    /** An [SSLSession] that delegates all calls.  */
    abstract class DelegatingSSLSession(protected val delegate: SSLSession?) : SSLSession {
      override fun getId(): ByteArray {
        return delegate!!.id
      }
    
      override fun getSessionContext(): SSLSessionContext {
        return delegate!!.sessionContext
      }
    
      override fun getCreationTime(): Long {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  2. okhttp-testing-support/src/main/kotlin/okhttp3/FakeSSLSession.kt

      }
    
      override fun getCipherSuite(): String {
        throw UnsupportedOperationException()
      }
    
      override fun getCreationTime(): Long {
        throw UnsupportedOperationException()
      }
    
      override fun getId(): ByteArray {
        throw UnsupportedOperationException()
      }
    
      override fun getLastAccessedTime(): Long {
        throw UnsupportedOperationException()
      }
    
      override fun getLocalCertificates(): Array<Certificate> {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY = 487
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY ideal-int
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID = 486
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID ideal-int
    pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY = 488
    pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY = 487 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID = 486 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY = 488 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_CONNECT = 98
    pkg syscall (freebsd-386), const SYS_CPUSET = 484
    pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
    pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
    pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
    pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
    pkg syscall (freebsd-386), const SYS_DUP = 41
    pkg syscall (freebsd-386), const SYS_DUP2 = 90
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top