Uses of Class
com.squareup.okhttp.internal.http.HttpEngine
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http |
-
Uses of HttpEngine in com.squareup.okhttp
Methods in com.squareup.okhttp with parameters of type HttpEngine Modifier and Type Method Description ObjectConnection. newTransport(HttpEngine httpEngine)Returns the transport appropriate for this connection. -
Uses of HttpEngine in com.squareup.okhttp.internal.http
Subclasses of HttpEngine in com.squareup.okhttp.internal.http Modifier and Type Class Description classHttpsEngineFields in com.squareup.okhttp.internal.http declared as HttpEngine Modifier and Type Field Description protected HttpEngineHttpURLConnectionImpl. httpEngineMethods in com.squareup.okhttp.internal.http that return HttpEngine Modifier and Type Method Description HttpEngineHttpsURLConnectionImpl. getHttpEngine()HttpEngineHttpURLConnectionImpl. getHttpEngine()Constructors in com.squareup.okhttp.internal.http with parameters of type HttpEngine Constructor Description HttpTransport(HttpEngine httpEngine, OutputStream outputStream, InputStream inputStream)SpdyTransport(HttpEngine httpEngine, SpdyConnection spdyConnection)