Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AbstractSource (0.04 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http1/Http1ExchangeCodec.kt

          if (closed) return
          closed = true
          socket.sink.writeUtf8("0\r\n\r\n")
          detachTimeout(timeout)
          state = STATE_READ_RESPONSE_HEADERS
        }
      }
    
      private abstract inner class AbstractSource(
        val url: HttpUrl,
      ) : Source {
        protected val timeout = ForwardingTimeout(socket.source.timeout())
        protected var closed: Boolean = false
    
        override fun timeout(): Timeout = timeout
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  2. okhttp/src/androidMain/baseline-prof.txt

    Lokhttp3/internal/http/RealInterceptorChain;
    Lokhttp3/internal/http/RealResponseBody;
    Lokhttp3/internal/http/RetryAndFollowUpInterceptor;
    Lokhttp3/internal/http/StatusLine;
    Lokhttp3/internal/http1/Http1ExchangeCodec$AbstractSource;
    Lokhttp3/internal/http1/Http1ExchangeCodec$FixedLengthSource;
    Lokhttp3/internal/http1/Http1ExchangeCodec;
    Lokhttp3/internal/http2/ConnectionShutdownException;
    Lokhttp3/internal/http2/ErrorCode;
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
Back to top