Search results for "module:Net::Server::Proto"
Net::Server::Proto - Net::Server Protocol compatibility layer
Net::Server::Proto is an intermediate module which returns IO::Socket style objects blessed into its own set of classes (ie Net::Server::Proto::TCP, Net::Server::Proto::UNIX). Only three or four protocols come bundled with Net::Server. TCP, UDP, UNIX...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::TCP - Net::Server TCP protocol.
Protocol module for Net::Server. This module implements the SOCK_STREAM socket type under INET (also known as TCP). See Net::Server::Proto....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::UDP - Net::Server UDP protocol.
Protocol module for Net::Server. This module implements the SOCK_DGRAM socket type under INET (also known as UDP). See Net::Server::Proto....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::SSL - Net::Server SSL protocol.
Protocol module for Net::Server based on IO::Socket::SSL. This module implements a secure socket layer over tcp (also known as SSL) via the IO::Socket::SSL module. If this module does not work in your situation, please also consider using the SSLEAY ...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::UNIX - Net::Server UNIX protocol.
Protocol module for Net::Server. This module implements the UNIX SOCK_STREAM socket type. See Net::Server::Proto. Any sockets created during startup will be chown'ed to the user and group specified in the startup arguments....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::SSLEAY - Custom Net::Server SSL protocol handler based on Net::SSLeay.
This module has reliably been used in situations receiving millions of hits on a single box per day. If anybody has any successes or ideas for improvement under SSLEAY, please email <paul@seamons.com>. Protocol module for Net::Server. This module imp...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Proto::UNIXDGRAM - Net::Server UNIXDGRAM protocol.
Protocol module for Net::Server. This module implements the UNIX SOCK_DGRAM socket type. See Net::Server::Proto. Any sockets created during startup will be chown'ed to the user and group specified in the startup arguments....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::FreeDB - Perl interface to freedb server(s)
Net::FreeDB was inspired by Net::CDDB. And in-fact was designed as a replacement in-part by Net::CDDB's author Jeremy D. Zawodny. Net::FreeDB allows an oop interface to the freedb server(s) as well as some basic cdrom functionality like determining d...
DSHULTZ/Net-FreeDB-0.10 - 15 Oct 2014 19:56:36 UTC
Net::RVP - implementation of the Rendez-Vous Protocol for instant messaging
DBROBINS/Net-RVP-0.02
-
24 Jun 2004 01:32:29 UTC
Net::Gen - generic sockets interface handling
The "Net::Gen" module provides basic services for handling socket-based communications. It supports no particular protocol family directly, however, so it is of direct use primarily to implementors of other modules. To this end, several housekeeping ...
SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC
Net::QMTP - Quick Mail Transfer Protocol (QMTP) client
This module implements an object orientated interface to a Quick Mail Transfer Protocol (QMTP) client, which enables a perl program to send email by QMTP. CONSTRUCTOR new(HOST [, OPTIONS]) The new() constructor creates a new Net::QMTP object and retu...
JRAFTERY/Net-QMTP-0.06 - 02 Nov 2004 15:05:19 UTC
Net::OBEX - implementation of OBEX protocol
WARNING!!! This module is still in its early alpha stage, it is recommended that you use it only for testing. A lot of functionality is still not implemented. The module is a Perl implementation of IrOBEX protocol....
ZOFFIX/Net-OBEX-1.001001 - 01 Feb 2014 04:56:26 UTC
Net::Ping - check a remote host for reachability
This module contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. You may choose one...
RURBAN/Net-Ping-2.75 - 05 Sep 2022 14:32:58 UTC
Net::Ident - lookup the username on the remote end of a TCP/IP connection
You can either use the simple interface, which does one ident lookup at a time, or use the asynchronous interface to perform (possibly) many simultaneous lookups, or simply continue serving other things while the lookup is proceeding. Simple Interfac...
TODDR/Net-Ident-1.25 - 19 Jan 2020 06:06:17 UTC
Net::Daemon - Perl extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::Tomcat - A Perl API for monitoring Apache Tomcat.
LTP/Net-Tomcat-0.02
-
21 May 2015 01:10:29 UTC
Net::DNS::Dig - dig like methods
* $dig = new Net::DNS::Dig( # optional parameters Timeout => 15, # default Class => 'IN', # default PeerAddr => host or [name1, name2, ...] default local NS PeerPort => 53, # default Proto => 'UDP', # default Recursion => 1, # default QuesHead => 0, ...
MIKER/Net-DNS-Dig-0.12 - 17 Feb 2014 04:31:00 UTC
Net::CyanChat - Perl interface for connecting to Cyan Worlds' chat room.
Net::CyanChat is a Perl module for object-oriented connections to Cyan Worlds, Inc.'s chat room....
KIRSLE/Net-CyanChat-0.07 - 18 Sep 2015 19:19:48 UTC