Searched refs:CONN_KEEP_ALIVE (Results 1 – 4 of 4) sorted by relevance
63 request.addHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_KEEP_ALIVE); in process()
67 public static final String CONN_KEEP_ALIVE = "Keep-Alive"; field in HTTP
61 response.headerIterator(HTTP.CONN_KEEP_ALIVE)); in getKeepAliveDuration()
149 } else if (HTTP.CONN_KEEP_ALIVE.equalsIgnoreCase(token)) { in keepAlive()