I'm reading content that has a url
Using the following code block:
String urlNormal = "http://minhaurl";
URLConnection conn = urlNormal.openConnection();
BufferedReader input = new BufferedReader(new InputStreamReader(conn.getInputStream()));
I would like to know if I have to know how long it will take for him to read the data or how much time he spent trying to read