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