- 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.