Searched defs:httpEngine (Results 1 – 6 of 6) sorted by relevance
28 private final HttpEngine httpEngine; field in HttpTransport31 public HttpTransport(HttpEngine httpEngine, HttpConnection httpConnection) { in HttpTransport()
69 private final HttpEngine httpEngine; field in FramedTransport73 public FramedTransport(HttpEngine httpEngine, FramedConnection framedConnection) { in FramedTransport()
249 public Source newChunkedSource(HttpEngine httpEngine) throws IOException { in newChunkedSource()448 private final HttpEngine httpEngine; field in HttpConnection.ChunkedSource450 ChunkedSource(HttpEngine httpEngine) throws IOException { in ChunkedSource()
54 public abstract Transport newTransport(Connection connection, HttpEngine httpEngine) in newTransport()65 public abstract void setOwner(Connection connection, HttpEngine httpEngine); in setOwner()
94 protected HttpEngine httpEngine; field in HttpURLConnectionImpl
444 Transport newTransport(HttpEngine httpEngine) throws IOException { in newTransport()