| Net-Proxy documentation | view source | Contained in the Net-Proxy distribution. |
Net::Proxy::Connector::dummy - Dummy Net::Proxy connector
Net::Proxy::Connecter::dummy is a Net::Proxy::Connector
that does nothing. It doesn't listen for incoming connections
and does connect to other hosts.
Future connectors may have their accept_from() method also
handle the connection to a remote host. In this case, dummy
may be used as an 'out' connector.
You could also use the source code of this module as a template
for writing new Net::Proxy::Connector classes.
None.
Philippe 'BooK' Bruhat, <book@cpan.org>.
Copyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Net-Proxy documentation | view source | Contained in the Net-Proxy distribution. |