M
Matrixinline
Hi,
I am writing a browser application.
I just wnat to know is their any way to use the same HttpURLConnection
to be re use to fetch the data from another URL.
I know it is a silly question as Http is a Stateless application but I
am querious to know more about Keep - Alive persitance connection at
server end. as we know that Server can keep connection open if keep
alive is mentioned in the header.
Thanks
Anup
I am writing a browser application.
I just wnat to know is their any way to use the same HttpURLConnection
to be re use to fetch the data from another URL.
I know it is a silly question as Http is a Stateless application but I
am querious to know more about Keep - Alive persitance connection at
server end. as we know that Server can keep connection open if keep
alive is mentioned in the header.
Thanks
Anup