I'm using the HttpURLConnection to open connections to web pages. I call the connect() method to open the connection.
I not found an isConnected() method.
I need to know when the connection was established with the server. I need this because I tryinf to found a fast way to open multiple connections. One object open connections and another do some processing with the connections that established the communication with the server.
I want to let the processor always busy.