Home
last modified time | relevance | path

Searched refs:CONN_CLOSE (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DResponseConnControl.java79 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
89 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
DHTTP.java66 public static final String CONN_CLOSE = "Close"; field in HTTP
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java147 if (HTTP.CONN_CLOSE.equalsIgnoreCase(token)) { in keepAlive()