Searched refs:keepAlive (Results 1 – 7 of 7) sorted by relevance
82 boolean keepAlive = true; field in TestWebServer130 keepAlive = true; in initServer()170 keepAlive = value; in setKeepAlive()674 if (!keepAlive || nread <= 0) { in handleClient()745 } while (keepAlive); in handleClient()806 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close")); in printHeaders()
112 public boolean keepAlive(final HttpResponse response) { in keepAlive() method in TestHttpClient113 return this.connStrategy.keepAlive(response, this.context); in keepAlive()
462 private boolean keepAlive(HttpEntity entity, in keepAlive() method in Connection491 mCanPersist = keepAlive(entity, ver, connType, mHttpContext); in setCanPersist()
393 bool keepAlive = in onFetch() local399 if (mFetching || keepAlive) { in onFetch()400 if (keepAlive) { in onFetch()
218 sp<Camera3IOStreamBase> keepAlive(this); in returnAnyBufferLocked() local
210 public Object keepAlive; field in TestDocumentsProvider.CloudCursor288 result.keepAlive = task; in queryChildDocuments()
54026 …method public abstract boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.Ht…55505 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…55558 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…