Searched refs:readResponse (Results 1 – 9 of 9) sorted by relevance
82 virtual bool readResponse();
132 if ( ! readResponse()) return 0; in handleEvent()354 XmlRpcClient::readResponse() in readResponse() function in XmlRpcClient
455 private boolean execute(boolean readResponse) throws IOException { in execute() argument470 if (readResponse) { in execute()471 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
287 engine.readResponse(); in getResponse()
237 void readResponse(AndroidHttpClientConnection httpClientConnection) in readResponse() method in Request
279 req.readResponse(mHttpClientConnection); in processRequests()
270 Response response = tunnelConnection.readResponse().request(tunnelRequest).build(); in createTunnel()