NAME
POE::Component::SSLify::ServerHandle - Server-side handle for SSLify
VERSION
This document describes v1.002 of POE::Component::SSLify::ServerHandle - released February 19, 2011 as part of POE-Component-SSLify.
DESCRIPTION
This is a subclass of Net::SSLeay::Handle because their read() and sysread()
does not cooperate well with POE. They block until length bytes are read from the
socket, and that is BAD in the world of POE...
This subclass behaves exactly the same, except that it doesn't block :)
DIFFERENCES
This subclass doesn't know what to do with PRINT/READLINE, as they usually are not used in POE::Wheel operations...
SEE ALSO
Please see those modules/websites for more information related to this module.
AUTHOR
Apocalypse <APOCAL@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Apocalypse.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
The full text of the license can be found in the LICENSE file included with this distribution.