Expand description
A pluggable I/O stream — plain TCP or TLS-wrapped TCP.
Used by the backend client so the rest of the module code (auth,
query, etc.) stays ignorant of whether TLS is on. Implements
AsyncRead/AsyncWrite by delegating to the inner variant.
Enums§
- Stream
- A backend connection stream.