Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for getId (0.22 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 F_DUPFD_CLOEXEC = 17
    pkg syscall (freebsd-arm64), const F_DUPFD_CLOEXEC ideal-int
    pkg syscall (freebsd-arm64), const F_GETFD = 1
    pkg syscall (freebsd-arm64), const F_GETFD ideal-int
    pkg syscall (freebsd-arm64), const F_GETFL = 3
    pkg syscall (freebsd-arm64), const F_GETFL ideal-int
    pkg syscall (freebsd-arm64), const F_GETLK = 11
    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.16.txt

    pkg syscall (darwin-arm64), const F_FULLFSYNC ideal-int
    pkg syscall (darwin-arm64), const F_GETCODEDIR = 72
    pkg syscall (darwin-arm64), const F_GETCODEDIR ideal-int
    pkg syscall (darwin-arm64), const F_GETFD = 1
    pkg syscall (darwin-arm64), const F_GETFD ideal-int
    pkg syscall (darwin-arm64), const F_GETFL = 3
    pkg syscall (darwin-arm64), const F_GETFL ideal-int
    pkg syscall (darwin-arm64), const F_GETLK = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const F_DUPFD_CLOEXEC = 17 #53466
    pkg syscall (freebsd-riscv64), const F_DUPFD_CLOEXEC ideal-int #53466
    pkg syscall (freebsd-riscv64), const F_GETFD = 1 #53466
    pkg syscall (freebsd-riscv64), const F_GETFD ideal-int #53466
    pkg syscall (freebsd-riscv64), const F_GETFL = 3 #53466
    pkg syscall (freebsd-riscv64), const F_GETFL ideal-int #53466
    pkg syscall (freebsd-riscv64), const F_GETLK = 11 #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)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const F_FLUSH_DATA = 40
    pkg syscall (darwin-386), const F_FREEZE_FS = 53
    pkg syscall (darwin-386), const F_FULLFSYNC = 51
    pkg syscall (darwin-386), const F_GETFD = 1
    pkg syscall (darwin-386), const F_GETFL = 3
    pkg syscall (darwin-386), const F_GETLK = 7
    pkg syscall (darwin-386), const F_GETLKPID = 66
    pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74
    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