- close
Promise!void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
Promise!void connect(string hostname)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
PromiseIterator!(const(ubyte)[]) read()
Undocumented in source. Be warned that the author may not have intended to support it.
- readOne
Promise!(const(ubyte)[]) readOne()
Undocumented in source. Be warned that the author may not have intended to support it.
- readOne
Promise!(const(ubyte)[]) readOne(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
Promise!void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
Promise!void write(immutable(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.