HomeSort by relevance Sort by last modified time
    Searched defs:framedConnection (Results 1 - 4 of 4) sorted by null

  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 68 FramedConnection framedConnection = new FramedConnection.Builder(false, sslSocket)
72 framedConnection.sendConnectionPreface();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 22 import com.squareup.okhttp.internal.framed.FramedConnection;
82 private FramedConnection framedConnection;
204 framedConnection = new FramedConnection.Builder(route.address.uriHost, true, socket)
206 framedConnection.sendConnectionPreface();
422 if (framedConnection != null) throw new IllegalStateException("framedConnection != null");
428 return framedConnection == null || framedConnection.isIdle()
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
FramedTransport.java 26 import com.squareup.okhttp.internal.framed.FramedConnection;
70 private final FramedConnection framedConnection;
73 public FramedTransport(HttpEngine httpEngine, FramedConnection framedConnection) {
75 this.framedConnection = framedConnection;
89 stream = framedConnection.newStream(
90 writeNameValueBlock(request, framedConnection.getProtocol(), version), permitsRequestBody,
104 return readNameValueBlock(stream.getResponseHeaders(), framedConnection.getProtocol())
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 54 milliseconds