Searched refs:readResponse (Results 1 – 12 of 12) sorted by relevance
455 private boolean execute(boolean readResponse) throws IOException { in execute() argument470 if (readResponse) { in execute()471 httpEngine.readResponse(); in execute()
459 private boolean execute(boolean readResponse) throws IOException { in execute() argument474 if (readResponse) { in execute()475 httpEngine.readResponse(); in execute()
127 return readResponse(); in readResponseHeaders()179 public Response.Builder readResponse() throws IOException { in readResponse() method in Http1xStream
558 public void readResponse() throws IOException { in readResponse() method in HttpEngine
129 return readResponse(); in readResponseHeaders()181 public Response.Builder readResponse() throws IOException { in readResponse() method in Http1xStream
571 public void readResponse() throws IOException { in readResponse() method in HttpEngine
287 engine.readResponse(); in getResponse()
289 engine.readResponse(); in getResponse()
237 void readResponse(AndroidHttpClientConnection httpClientConnection) in readResponse() method in Request
279 req.readResponse(mHttpClientConnection); in processRequests()
274 Response response = tunnelConnection.readResponse().request(tunnelRequest).build(); in createTunnel()
270 Response response = tunnelConnection.readResponse().request(tunnelRequest).build(); in createTunnel()