Search results for "module:Net::Server"
Net::Server::INET - Net::Server personality
Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality is intended for use with inetd. It offers no methods beyond the Net::Server base class. This module operat...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::RVP::Server - listening RVP server using the Event module
DBROBINS/Net-RVP-0.02
-
24 Jun 2004 01:32:29 UTC
Net::DAV::Server - Provide a DAV Server
This module provides a WebDAV server. WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. Net::DAV::Serv...
CPANEL/Net-DAV-Server-1.305 - 10 Apr 2013 20:21:35 UTC
Net::TCP::Server - TCP sockets interface module for listeners and servers
The "Net::TCP::Server" module provides services for TCP communications over sockets. It is layered atop the "Net::TCP", "Net::Inet", and "Net::Gen" modules, which are part of the same distribution. Public Methods The following methods are provided by...
SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC
Net::Server::ZMQ - Preforking ZeroMQ job server
"Net::Server::ZMQ" is a Net::Server personality based on Net::Server::PreFork, providing an easy way of creating a preforking ZeroMQ job server. It uses ZMQ::FFI for ZeroMQ integration, independent of the installed "libzmq" version. You will need to ...
IDOPEREL/Net-Server-ZMQ-0.001001 - 09 Feb 2015 22:20:25 UTC
Bot::Net::Server - mixin class for building Bot::Net servers
This is the main mixin class implemented by all Bot::Net servers. A server may facilitate the communication between bots. In some cases, a server may also simultaneously be a bot too (IRC server bots can be helpful for authentication and channel and ...
HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC
Net::Server::SIG - adpf - Safer signal handling
Signals prior in Perl prior to 5.7 were unsafe. Since then signals have been implemented in a more safe algorithm. Net::Server::SIG provides backwards compatibility, while still working reliably with newer releases. Using a property of the select() f...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::LDAP::Server - LDAP server side protocol handling
AAR/Net-LDAP-Server-0.43
-
26 May 2011 19:12:59 UTC
Net::IMAP::Server - A single-threaded multiplexing IMAP server implementation, using Net::Server::Coro.
This model provides a complete implementation of the "RFC 3501" specification, along with several IMAP4rev1 extensions. It provides separation of the mailbox and message store from the client interaction loop. Note that, following RFC suggestions, lo...
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC
Net::SFTP::Server - Base class for writting SFTP servers
This package provides a framework for implementing SFTP servers. This is an early release without documentation. The API is very unstable yet. Currently version 3 of the protocol as defined in <http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02....
SALVA/Net-SFTP-Server-0.03 - 19 Dec 2011 08:52:44 UTC
Net::MDNS::Server - Perl extension for a multicast DNS server
Multicast DNS is a lightweight protocol designed to allow easy configuration of computers on a network. You can advertise services (like http, or ftp, or anything you make up). It also allows for dynamic port numbers since part of the response to a q...
JEPRICE/Net-MDNS-Server-0.03 - 21 Sep 2003 08:43:45 UTC
Net::Server::PSGI - basic Net::Server based PSGI HTTP server class
If you want a more fully featured PSGI experience, it would be wise to look at the Plack and Starman set of modules. Net::Server::PSGI is intended as an easy gateway into PSGI. But to get the most out of all that PSGI has to offer, you should review ...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Server::Fork - Net::Server personality
Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality binds to one or more ports and then waits for a client connection. When a connection is received, the serv...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::UNIX::Server - UNIX-domain sockets interface module for listeners
The "Net::UNIX::Server" module provides additional services for UNIX-domain socket communication. It is layered atop the "Net::UNIX" and "Net::Gen" modules, which are part of the same distribution. Public Methods The following methods are provided by...
SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC
Net::Server::Coro - A co-operative multithreaded server using Coro
Net::Server::Coro implements multithreaded server for the Net::Server architecture, using Coro and Coro::Socket to make all reads and writes non-blocking. Additionally, it supports non-blocking SSL negotiation....
ALEXMV/Net-Server-Coro-1.3 - 12 Nov 2012 08:14:39 UTC
Net::SNTP::Server - Perl Module SNTP Server based on RFC4330
This module exports a single method (basicSNTPSetup) and returns an associative hash output, based on the user input. In case of an error, the connection will be terminated and an error string will be printed with the possible cause. The response fro...
GARYFALOS/Net-SNTP-Server-0.06 - 05 Nov 2015 10:24:23 UTC
Net::DAAP::Server - Provide a DAAP Server
Net::DAAP::Server takes a directory of mp3 files and makes it available to iTunes and work-alikes which can use the Digital Audio Access Protocol...
RCLAMP/Net-DAAP-Server-0.03 - 28 Jul 2004 16:59:51 UTC
Net::DMAP::Server - base class for D[A-Z]AP servers
Net::DMAP::Server is a base class for implementing DMAP servers. It's probably not hugely useful to you directly, and you're better off looking at Net::DPAP::Server or Net::DAAP::Server....
RCLAMP/Net-DMAP-Server-0.05 - 28 Jan 2006 08:45:53 UTC
Net::Server::POP3 - The Server Side of the POP3 Protocol for email
Net::Server::POP3 is intended to handle the nitty-gritty details of talking to mail clients, so that in writing a custom POP3 server you don't have to actually read RFC documents. The backend things (such as where mail comes from and what messages ar...
JONADAB/Net-Server-POP3-0.0009 - 11 Jan 2005 02:08:58 UTC
Net::Server::Mail - Class to easily create a mail server
This module is a versatile and extensible implementation of the SMTP protocol and its different evolutions like ESMTP and LMTP. The event driven object-oriented API makes easy to incorporate the SMTP protocol to your programs. Other SMTPd implementat...
GUIMARD/Net-Server-Mail-0.28 - 01 Jun 2019 07:16:59 UTC