Searched refs:readResponse (Results 1 – 11 of 11) sorted by relevance
132 if ( ! readResponse()) return 0; in handleEvent()354 XmlRpcClient::readResponse() in readResponse() function in XmlRpcClient
82 virtual bool readResponse();
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()
1021 readResponse = SMB2Read_Response(ans['Data'])1022 retData = readResponse['Buffer']1023 if readResponse['DataRemaining'] > 0:1024 …retData += self.read(treeId, fileId, offset+len(retData), readResponse['DataRemaining'], waitAnswe…
3496 readResponse = SMBCommand(ans['Data'][0])3497 readData = SMBReadResponse_Data(readResponse['Data'])
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()