- broadcast
bool broadcast(fd_t fd, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- closeConnection
bool closeConnection(fd_t fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- closeSocket
bool closeSocket(fd_t fd, bool connected, bool forced)
Undocumented in source. Be warned that the author may not have intended to support it.
- exit
void exit()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAddressFromDNS
NetworkAddress getAddressFromDNS(string host, ushort port, bool ipv6, bool tcp, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAddressFromIP
NetworkAddress getAddressFromIP(string ipAddr, ushort port, bool ipv6, bool tcp)
Undocumented in source.
- init
bool init(EventLoop evl)
Undocumented in source.
- kill
bool kill(AsyncDirectoryWatcher ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTCPConnection ctxt, bool forced)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTCPListener ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncSignal ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncNotifier ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncTimer ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
bool kill(AsyncUDPSocket ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- localAddr
NetworkAddress localAddr(fd_t fd, bool ipv6)
Undocumented in source. Be warned that the author may not have intended to support it.
- loop
bool loop(Duration timeout)
Undocumented in source.
- noDelay
void noDelay(fd_t fd, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- notify
bool notify(fd_t fd, T payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
uint read(fd_t fd, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- readChanges
uint readChanges(fd_t fd, DWChangeInfo[] dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- recv
uint recv(fd_t fd, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- recvFrom
uint recvFrom(fd_t fd, ubyte[] data, NetworkAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncTCPListener ctxt, TCPAcceptHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncTCPConnection ctxt, TCPEventHandler del)
Undocumented in source.
- run
fd_t run(AsyncUDPSocket ctxt, UDPHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncSignal ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncNotifier ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncTimer ctxt, TimerHandler del, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
fd_t run(AsyncDirectoryWatcher ctxt, DWHandler del)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
uint send(fd_t fd, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendTo
uint sendTo(fd_t fd, ubyte[] data, NetworkAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInternalError
void setInternalError(Status s, string details, error_t error)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
bool setOption(fd_t fd, TCPOption option, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- unwatch
bool unwatch(fd_t fd, fd_t _wd)
Undocumented in source. Be warned that the author may not have intended to support it.
- watch
uint watch(fd_t fd, WatchInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
uint write(fd_t fd, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.