Search results for "module:Net::Server::Proto"

Net::Server::Proto - Net::Server Protocol compatibility layer River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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. River stage two • 36 direct dependents • 88 total dependents

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

lib/Net/Server/Proto/Coro.pm River stage one • 2 direct dependents • 2 total dependents

ALEXMV/Net-Server-Coro-1.3 - 12 Nov 2012 08:14:39 UTC

Net::FreeDB - Perl interface to freedb server(s) River stage zero No dependents

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 River stage zero No dependents

DBROBINS/Net-RVP-0.02 - 24 Jun 2004 01:32:29 UTC

Net::Gen - generic sockets interface handling River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage three • 32 direct dependents • 561 total dependents

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 River stage one • 1 direct dependent • 6 total dependents

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 River stage one • 3 direct dependents • 4 total dependents

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. River stage zero No dependents

LTP/Net-Tomcat-0.02 - 21 May 2015 01:10:29 UTC

Net::NSS::SSL - SSL sockets using NSS River stage zero No dependents

CLAESJAC/Crypt-NSS-0.04 - 22 Oct 2008 14:32:22 UTC

Net::DNS::Dig - dig like methods River stage zero No dependents

* $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. River stage zero No dependents

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
47 results (0.06 seconds)