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

  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 39 public final class FramedServer extends FramedConnection.Listener {
68 FramedConnection framedConnection = new FramedConnection.Builder(false)
73 framedConnection.sendConnectionPreface();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 33 import com.squareup.okhttp.internal.framed.FramedConnection;
80 public volatile FramedConnection framedConnection;
158 FramedConnection framedConnection = new FramedConnection.Builder(true)
162 framedConnection.sendConnectionPreface();
165 this.framedConnection = framedConnection;
340 FramedConnection framedConnection = this.framedConnection
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http2xStream.java 26 import com.squareup.okhttp.internal.framed.FramedConnection;
109 private final FramedConnection framedConnection;
113 public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) {
115 this.framedConnection = framedConnection;
131 List<Header> requestHeaders = framedConnection.getProtocol() == Protocol.HTTP_2
135 stream = framedConnection.newStream(requestHeaders, permitsRequestBody, hasResponseBody);
149 return framedConnection.getProtocol() == Protocol.HTTP_
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 87 milliseconds