public writeLine(value as String) as Void throws SSLException:
import klyn.net.ssl socket = SSLSocket("example.com", 443) socket.writeLine("hello") socket.close()