Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,223 for pong (0.02 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketRecorder.kt

        assertThat(nextEvent()).isEqualTo(Message(payload))
      }
    
      fun assertPing(payload: ByteString) {
        assertThat(nextEvent()).isEqualTo(Ping(payload))
      }
    
      fun assertPong(payload: ByteString) {
        assertThat(nextEvent()).isEqualTo(Pong(payload))
      }
    
      fun assertClosing(
        code: Int,
        reason: String,
      ) {
        assertThat(nextEvent()).isEqualTo(Closing(code, reason))
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/HeadersJvmTest.kt

            .add("ping:  pong  ") // Value whitespace is trimmed.
            .add("kit:kat") // Space after colon is not required.
            .build()
        assertThat(headers.values("foo")).containsExactly("bar", "baz", "bak")
        assertThat(headers.values("key")).containsExactly("value")
        assertThat(headers.values("ping")).containsExactly("pong")
        assertThat(headers.values("kit")).containsExactly("kat")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 14:51:25 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/WebSocketWriter.kt

      private val maskCursor: Buffer.UnsafeCursor? = if (isClient) Buffer.UnsafeCursor() else null
    
      /** Send a ping with the supplied [payload]. */
      @Throws(IOException::class)
      fun writePing(payload: ByteString) {
        writeControlFrame(OPCODE_CONTROL_PING, payload)
      }
    
      /** Send a pong with the supplied [payload]. */
      @Throws(IOException::class)
      fun writePong(payload: ByteString) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 6K bytes
    - Viewed (0)
  4. src/main/webapp/images/logo.png

    logo.png...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Oct 30 11:04:53 UTC 2015
    - 2.3K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/lambdatest.png

    lambdatest.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Feb 18 15:18:14 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  6. fess-crawler/src/test/resources/extractor/image/test.png

    test.png...
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Jan 21 05:12:12 UTC 2016
    - 156 bytes
    - Viewed (0)
  7. .idea/icon.png

    icon.png...
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri May 09 12:20:34 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/liblab.png

    liblab.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Aug 01 04:53:51 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/mobbai.png

    mobbai.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Jul 23 13:02:20 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/zuplo.png

    zuplo.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu May 01 13:15:38 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top