|
@@ -340,6 +340,8 @@ public class ConnectPhysical implements Algorithm{
|
|
|
|
|
|
connection.setRequestMethod("GET");
|
|
connection.setRequestMethod("GET");
|
|
|
|
|
|
|
|
+ println("HTTP Responsecode" + connection.getResponseCode());
|
|
|
|
+
|
|
|
|
|
|
connection.setReadTimeout(1000);
|
|
connection.setReadTimeout(1000);
|
|
connection.connect();
|
|
connection.connect();
|