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