I have established a connection with a website using the HttpURLConnection..
Now I need to retrieve the number of http requests to that site...and other such parameters..

How can I do this..Anyone can help??

I don't think you can. HTTP is a stateless protocol, so it's not even likely to retain the number of request since you connected.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.