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 :
haxe.io.Output
var
input :
haxe.io.Input
function
connect(host :
neko.net.Host
, port :
Int
) :
Void
function
close() :
Void
Back
|
Index