Home
last modified time | relevance | path

Searched refs:CONNECTION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DHttpConnectionParams.java178 (CoreConnectionPNames.CONNECTION_TIMEOUT, 0); in getConnectionTimeout()
192 (CoreConnectionPNames.CONNECTION_TIMEOUT, timeout); in setConnectionTimeout()
DCoreConnectionPNames.java102 public static final String CONNECTION_TIMEOUT = "http.connection.timeout"; field