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.java173 (CoreConnectionPNames.CONNECTION_TIMEOUT, 0); in getConnectionTimeout()
187 (CoreConnectionPNames.CONNECTION_TIMEOUT, timeout); in setConnectionTimeout()
DCoreConnectionPNames.java97 public static final String CONNECTION_TIMEOUT = "http.connection.timeout"; field