Searched refs:CONN_CLOSE (Results 1 – 3 of 3) sorted by relevance
79 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()89 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
66 public static final String CONN_CLOSE = "Close"; field in HTTP
147 if (HTTP.CONN_CLOSE.equalsIgnoreCase(token)) { in keepAlive()