Searched refs:CONN_KEEP_ALIVE (Results 1 – 5 of 5) sorted by relevance
46 public final static int CONN_KEEP_ALIVE = 2; field in Headers466 buffer, pos, HTTP.CONN_KEEP_ALIVE)) { in setConnectionType()467 connectionType = CONN_KEEP_ALIVE; in setConnectionType()
484 } else if (connType == Headers.CONN_KEEP_ALIVE) { in keepAlive()
282 } else if (ct == Headers.CONN_KEEP_ALIVE) { in headers()283 s = HTTP.CONN_KEEP_ALIVE; in headers()
45180 field public static final java.lang.String CONN_KEEP_ALIVE = "Keep-Alive";