Home | History | Annotate | Download | only in http

Lines Matching defs:framedConnection

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_2