UdpSocket

Undocumented in source.

Constructors

this
this(uv_loop_t* loop)
Undocumented in source.

Members

Functions

bind
void bind(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
close
Promise!void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(Address dest)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(sockaddr* name, int nameLen)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
recvFrom
PromiseIterator!Datagram recvFrom()
Undocumented in source. Be warned that the author may not have intended to support it.
sendTo
Promise!void sendTo(Address dest, immutable(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
sockname
Address sockname()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

self
uv_udp_t self;
Undocumented in source.

Inherited Members

From DatagramStream

sendTo
Promise!void sendTo(Address dest, immutable(ubyte)[] message)
Undocumented in source.
recvFrom
PromiseIterator!Datagram recvFrom()
Undocumented in source.
close
Promise!void close()
Undocumented in source.

Meta