Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,244 for pong (0.05 sec)

  1. okhttp/src/test/java/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. okhttp/src/test/java/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. okhttp/src/main/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  4. src/main/webapp/images/logo.png

    logo.png...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 30 11:04:53 UTC 2015
    - 2.3K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/image/test.png

    test.png...
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Jan 21 05:12:12 UTC 2016
    - 156 bytes
    - Viewed (0)
  6. misc/chrome/gophertool/gopher.png

    gopher.png...
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon May 23 21:05:18 UTC 2011
    - 5.5K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/liblab.png

    liblab.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Aug 01 04:53:51 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. .idea/icon_dark.png

    icon_dark.png...
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Apr 06 19:03:14 UTC 2020
    - 2K bytes
    - Viewed (0)
  9. src/test/resources/thumbnail/400x400.png

    400x400.png...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jun 01 14:38:39 UTC 2017
    - 1.3K bytes
    - Viewed (0)
  10. .idea/icon.png

    icon.png...
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Apr 06 19:03:14 UTC 2020
    - 2K bytes
    - Viewed (0)
Back to top