0
I’m reading the 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 wonder if there’s any way I know how much time it cost him to read the data or how much time he spent trying to read