POE::Component::SSLify::ServerHandle.3pm

Langue: en

Version: 2010-04-18 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify

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

DIFFERENCES

         This subclass doesn't know what to do with PRINT/READLINE, as they usually are not used in POE::Wheel operations...
 
 

SEE ALSO

POE::Component::SSLify

AUTHOR

Apocalypse <apocal@cpan.org> Copyright 2010 by Apocalypse

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