TlsStream

Undocumented in source.

Constructors

this
this(Stream stream, TlsContext ctx)
Undocumented in source.

Members

Functions

accept
Promise!void accept()
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
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.
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