Searched refs:CONN_CLOSE (Results 1 – 6 of 6) sorted by relevance
84 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()94 response.setHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE); in process()
71 public static final String CONN_CLOSE = "Close"; field in HTTP
40 public final static int CONN_CLOSE = 1; field in Headers460 if (containsIgnoreCaseTrimmed(buffer, pos, HTTP.CONN_CLOSE)) { in setConnectionType()461 connectionType = CONN_CLOSE; in setConnectionType()
533 if (connType == Headers.CONN_CLOSE) { in keepAlive()
152 if (HTTP.CONN_CLOSE.equalsIgnoreCase(token)) { in keepAlive()
170 field public static final int CONN_CLOSE = 1; // 0x13875 field @Deprecated public static final String CONN_CLOSE = "Close";