new(?socket:SysSocket)
socket:SysSocket
acceptConnection():Socket
connect(host:Host, port:Int):Void
destroy():Void
host(host:Host, port:Int, nbConnections:Int = 1):Void
hostAndWait(h:Host, port:Int):Socket
read():String
write(str:String):Bool