OpenSslSocket

Undocumented in source.

Constructors

this
this(AddressFamily af, SocketType type)
Undocumented in source.
this
this(socket_t sock, AddressFamily af)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(Address to)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ptrdiff_t receive(void[] buf, SocketFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ptrdiff_t receive(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buf, SocketFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SSL_MODE_RELEASE_BUFFERS
enum SSL_MODE_RELEASE_BUFFERS;
Undocumented in source.

Meta