Searched refs:hasResponse (Results 1 – 4 of 4) sorted by relevance
163 bool hasResponse = in needsResponse() local166 hasResponse = hasResponse && in needsResponse()168 return hasResponse; in needsResponse()
50 return delegate.httpEngine.hasResponse() in handshake()
262 } else if (httpEngine.hasResponse()) { in getOutputStream()400 if (httpEngine.hasResponse()) { in getResponse()
380 public boolean hasResponse() { in hasResponse() method in HttpEngine