"IO::Async::SSLStream"
read and write buffers around an SSL connection
- Provided by: libio-async-ssl-perl (Version: 0.22-2)
- Report a bug
read and write buffers around an SSL connection
This subclass of IO::Async::Stream provides support for using an SSL connection, as created by IO::Async::SSL's "SSL_connect" or "SSL_listen" extension methods. After one of these methods has provided a socket handle, it should be wrapped in an IO::Async::SSLStream object to provide the usual "on_read" callback.
It provides no extra methods and consumes no extra configuration parameters; treat it the same as a regular "IO::Async::Stream" object.
See the main IO::Async::SSL documentation for an example of its use.
Paul Evans <leonerd@leonerd.org.uk>