11071108110911101111111211131114111511161117
SSLSocket socket = null; try { server = new Server(); socket = createSSLSocket(server.getPort()); socket.shutdownInput(); fail("Expected exception was not thrown"); } catch (Exception e) { if (doLog) { System.out.println("Trowed exception: "+e.getMessage()); }
11191120112111221123112411251126112711281129