Commit 854f68aa9d49120e3daaf83b3398df7a8e01d2d4

Authored by Perry Werneck
1 parent 7d264321

Testando método java para obtenção do estado da conexão SSL.

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/java/testprogram.java
... ... @@ -42,7 +42,7 @@ public class testprogram
42 42 host.log("Sample message");
43 43  
44 44 System.err.println("pw3270 version " + host.get_version() + " revision " + host.get_revision() + " encoding " + host.get_encoding());
45   -
  45 + System.err.println("SSL state is " + host.get_secure());
46 46  
47 47 System.err.println("End");
48 48 }
... ... @@ -52,4 +52,3 @@ public class testprogram
52 52 }
53 53 }
54 54 };
55   -
... ...