Search results for "module:Net::Proxy"
Net::Proxy - Framework for proxying network connections in many ways
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Type - Get proxy type
The "Net::Proxy::Type" is a module which can help you to get proxy type if you know host and port of the proxy server. Supported proxy types for now are: http proxy, https proxy, connect proxy, socks4 proxy and socks5 proxy....
OLEG/Net-Proxy-Type-0.09 - 10 Mar 2016 09:05:16 UTC
Net::NNTP::Proxy - a news server in perl
This package is a basic news server written in perl. It contains a list of Net::NNTP::Client connections, and talks to all of these to get its data; it then serves it back out to a port just like a regular news server. It's also clean enough to run m...
TSKIRVIN/newslib-0.84 - 22 Apr 2004 18:06:35 UTC
Net::Whois::Proxy - an easy to use recursive whois client library
The Net::Whois::Proxy library is an easy to use recursive whois client library that does not do any additional parsing of the whois data. It's goal is to quickly track down domain, ipv4, ipv6, and BGP Anonymous System numbers....
CFABER/Net-Whois-Proxy-1.9 - 22 May 2005 02:43:04 UTC
Net::DNSServer::Proxy - Forwards requests to another DNS server
This resolver does not actually do any resolving itself. It simply forwards the request to another server and responds with whatever the response is from other server. new The new() method takes a hash ref of properties. real_dns_server (optional) Th...
BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC
Net::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH
This class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy....
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::Proxy::Connector - Base class for Net::Proxy protocols
Net::Proxy::Connector is the base class for all specialised protocols used by Net::Proxy....
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Connector::tcp - Net::Proxy connector for standard tcp proxies
"Net::Proxy::Connector::tcp" is a connector for handling basic, standard TCP connections....
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Connector::ssl - SSL Net::Proxy connector
"Net::Proxy::Connecter::ssl" is a "Net::Proxy::Connector" that can manage SSL connections (thanks to "IO::Socket::SSL"). By default, this connector creates SSL sockets. You will need to subclass it to create "smarter" connectors than can upgrade thei...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Connector::Proxy::Net::FTP
Read/Write files to/from a remote host using FTP. LOCATION is the only mandatory parameter, if neither file nor path is set, the file is constructed from the arguments given to the method call....
MRSCOTTY/Connector-1.47 - 09 Jan 2023 10:06:36 UTC
Connector::Proxy::Net::LDAP
This is the base class for all LDAP Proxy modules. It does not offer any external functionality but bundles common configuration options....
MRSCOTTY/Connector-1.47 - 09 Jan 2023 10:06:36 UTC
Net::Proxy::Connector::dual - Y-shaped Net::Proxy connector
Net::Proxy::Connecter::dual is a Net::Proxy::Connector that can forward the connection to two distinct services, based on the client connection, before any data is exchanged....
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
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 remot...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Connector::connect - Create CONNECT tunnels through HTTP proxies
Net::Proxy::Connecter::connect is a Net::Proxy::Connector that uses the HTTP CONNECT method to ask the proxy to create a tunnel to an outside server. Be aware that some proxies are set up to deny the creation of some outside tunnels (either to ports ...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Connector::connect_ssl - Create SSL/CONNECT tunnels through HTTP proxies
Net::Proxy::Connecter::connect_ssl is a Net::Proxy::Connector that uses the HTTP CONNECT method to ask the proxy to create a tunnel to an outside server. The data is then encrypted using SSL. Obviously, you'll need a server that understands SSL (or a...
BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC
Net::Proxy::Connector::tcp_balance - A Net::Proxy connector for outbound tcp balancing and failover
"Net::Proxy::Connector::tcp_balance" is an outbound tcp connector for "Net::Proxy" that provides randomized load balancing and also provides failover when outbound tcp hosts are unavailable. It will randomly connect to one of the specified hosts. If ...
ZJT/Net-Proxy-Connector-tcp_balance-0.006 - 17 Apr 2019 21:34:57 UTC
Net::Gmail::IMAP::Label::Proxy - Implementation of proxy logic for FETCH X-GM-LABELS
ZMUGHAL/Net-Gmail-IMAP-Label-0.008
-
09 Apr 2018 12:38:44 UTC
Connector::Proxy::Net::LDAP::DN
The class is designed to find and return the dn of matching records. It is possible to delete entries from the repository using the set method. see Connector::Proxy::Net::LDAP for basic configuration options...
MRSCOTTY/Connector-1.47 - 09 Jan 2023 10:06:36 UTC
Net::Radius::Server::Set::Proxy - Proxy the RADIUS request to a RADIUS server
"Net::Radius::Server::Set::Proxy" allows for proxying the (matching) RADIUS requests through a RADIUS server. The following attributes are supported: server This entry is mandatory and specifies the address of the server to which the RADIUS request m...
LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC