Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for backpressure (0.38 seconds)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/WebSocket.kt

     * thrown and no [WebSocketListener.onFailure] callback is triggered, so callers should always check
     * the return value of `send()`.
     *
     * Use [queueSize] to monitor backpressure before sending. For large payloads, consider breaking
     * them into smaller messages or using HTTP requests instead.
     */
    interface WebSocket {
      /** Returns the original request that initiated this web socket. */
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:45:14 GMT 2026
    - 6.1K bytes
    - Click Count (0)
Back to Top