Searched refs:spdyConnection (Results 1 – 2 of 2) sorted by relevance
30 private final SpdyConnection spdyConnection; field in SpdyTransport36 SpdyTransport(HttpEngine httpEngine, SpdyConnection spdyConnection) { in SpdyTransport() argument38 this.spdyConnection = spdyConnection; in SpdyTransport()57 stream = spdyConnection.newStream(requestHeaders.toNameValueBlock(), in writeRequestHeaders()
72 private SpdyConnection spdyConnection; field in HttpConnection197 if (spdyConnection != null || sslOutputStream != null || sslInputStream != null) { in setupSecureSocket()226 spdyConnection = new SpdyConnection.Builder( in setupSecureSocket()271 if (spdyConnection != null) { in newTransport()272 return new SpdyTransport(httpEngine, spdyConnection); in newTransport()285 return spdyConnection != null; in isSpdy()