HioSocket

Undocumented in source.

Constructors

this
this(ubyte af, int sock_type, string f, int l)
Undocumented in source.
this
this(int fileno, ubyte af, int sock_type, string f, int l)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

accept
auto accept(Duration timeout)
bind
void bind(string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
connect
void connect(Address addr, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string addr, Duration timeout)
connected
bool connected()
errno
auto errno()
handler
void handler(AppEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
inputStream
InputStream inputStream(Duration t)
listen
auto listen(int backlog)
recv
IOResult recv(size_t n, Duration timeout)
send
size_t send(immutable(ubyte)[] data, Duration timeout)
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

InputStream
struct InputStream
Undocumented in source.

Meta