Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about URLConnection


  • From: zbei@xxxxxxxxxxx (zbei)
  • Subject: about URLConnection
  • Date: Mon, 30 Aug 1999 17:08:03 -0000

Hi all:
	How can i know a URLConnection  hasn't connected with
a server in a certain time?I want to know the  timeout of the 
connection.But,if it connected with the server,it has no time 
limit to download a file.
	if i add a timer ,i want to use the timer in the period 
of connection not in the period of downloading.How can i achieve
it?

thanks a lot