haXe API Documentation
Back | Index
private typedef haxe.AbstractSocket
import haxe.Http
Available in neko
function write(str : String) : Void
function shutdown(read : Bool, write : Bool) : Void
function setTimeout(t : Float) : Void
var output : neko.io.Output
var input : neko.io.Input
function connect(host : neko.net.Host, port : Int) : Void
function close() : Void
Back | Index