net/Socket
-
class Socket
-
-
static method new~sock(family, type, protocol: Int) → Socket
-
method init~sock(family, type, protocol: Int)
-
static method new~descriptor(family, type, protocol, descriptor: Int) → Socket
-
method init~descriptor(family, type, protocol, descriptor: Int)
-
method close
-
method ioctl(request: Int, arg: Pointer)
-
method available → Int
-
descriptor → Int
-
family → Int
-
type → Int
-
protocol → Int
-
cover SocketFamily
-
cover SocketType
-
cover SocketMsgFlags