TlsStream

Undocumented in source.

Constructors

this
this(Stream underlying)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Inherited Members

From Stream

close
Promise!void close()
Undocumented in source.
shutdown
Promise!void shutdown()
Undocumented in source.
read
PromiseIterator!(const(ubyte)[]) read()
Undocumented in source.
write
Promise!void write(immutable(ubyte)[] )
Undocumented in source.

Meta