- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for clientFramePayloadLong (0.08 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketReaderTest.kt
} @Test fun clientFramePayloadShort() { data.write("817E000548656c6c6f".decodeHex()) // Hello clientReader.processNextFrame() callback.assertTextMessage("Hello") } @Test fun clientFramePayloadLong() { data.write("817f000000000000000548656c6c6f".decodeHex()) // Hello clientReader.processNextFrame() callback.assertTextMessage("Hello") } @Test fun clientFramePayloadTooLongThrows() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 16:11:23 GMT 2025 - 14.4K bytes - Click Count (0)