Searched defs:connectTimeout (Results 1 – 4 of 4) sorted by relevance
61 private HttpConnection(Address config, int connectTimeout) throws IOException { in HttpConnection()90 Proxy proxy, boolean requiresTunnel, int connectTimeout) throws IOException { in connect()340 public HttpConnection connect(int connectTimeout) throws IOException { in connect()
63 public HttpConnection get(HttpConnection.Address address, int connectTimeout) in get()
210 int connectTimeout = getConnectTimeout(); in connectInternal() local
135 private int connectTimeout = 0; field in URLConnection