/* */ public class SimpleSSLDetectorClient extends SimpleDetectorClient
/* */ {
/* */ public static void main(String[] args)
/* */ {
/* 20 */ println("Starting JBoss/Remoting client... to stop this client, kill it manually via Control-C");
/* 21 */ SimpleDetectorClient client = new SimpleSSLDetectorClient();
/* */ try
/* */ {
/* 24 */ client.setupDetector();
/* */ while (true)
/* */ {
/* 29 */ Thread.sleep(1000L);
/* */ }
/* */ }