Home
last modified time | relevance | path

Searched refs:CONN_KEEP_ALIVE (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DRequestConnControl.java63 request.addHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_KEEP_ALIVE); in process()
DHTTP.java67 public static final String CONN_KEEP_ALIVE = "Keep-Alive"; field in HTTP
/external/apache-http/src/org/apache/http/impl/client/
DDefaultConnectionKeepAliveStrategy.java61 response.headerIterator(HTTP.CONN_KEEP_ALIVE)); in getKeepAliveDuration()
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java149 } else if (HTTP.CONN_KEEP_ALIVE.equalsIgnoreCase(token)) { in keepAlive()