The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Component::SSLify::ClientHandle

ABSTRACT

        See 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 :)

SEE ALSO

POE::Component::SSLify

AUTHOR

Apocalypse <apocal@cpan.org>

PROPS

        Original code is entirely Rocco Caputo ( Creator of POE ) -> I simply
        packaged up the code into something everyone could use...

        From the PoCo::Client::HTTP code =]
        # TODO - This code should probably become a POE::Kernel method,
        # seeing as it's rather baroque and potentially useful in a number
        # of places.

COPYRIGHT AND LICENSE

Copyright 2006 by Apocalypse/Rocco Caputo

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.