LegacyMozTCPSocket

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

listen
auto listen(ushort port, ServerSocketOptions options, ushort backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
auto listen(ushort port, ServerSocketOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
auto listen(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string host, ushort port, SocketOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta