The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:RPC::Simple"

RPC::Simple - Perl classes to handle simple asynchronous RPC calls with call-back River stage zero No dependents

This module implements remote procedure call. I've tried to keep things simple. So this module should be : - quite simple to use (thanks to autoload mechanisms) - lightweight It sure is not : - DCE - CORBA - bulletproof - securityproof - foolproof Bu...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

JSON::RPC::Simple - Simple JSON-RPC client and dispatcher (WD 1.1 subset only currently) River stage zero No dependents

This module is a very simple JSON-RPC 1.1 WD implementation that only supports a subset of the specification. It supports Named and positonal arguments Error objects...

CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTC

RPC::Simple::Agent - Perl extension for an agent object for RPC River stage zero No dependents

This class is an agent for client class inheriting PRC::AnyLocal. This class will handle all the boring stuff to create, access store call-back when dealing with the remote object. Casual user should not worry about this class. RPC::Simple::AnyLocal ...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::Server - Perl class to use in the RPC server script. River stage zero No dependents

Generic server class. The mainLoop function will instantiate one server object for each connection request. Server also provides functions (childDeath) to monitor children processes....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::Factory - Perl extension for creating RPC client River stage zero No dependents

This class handles all the tricky stuff involving socket handling. This module was originally written to be used with Tk. Now you can use it without Tk, in blocking mode or asynchronous mode....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyWhere - extension defining a virtual SRPC client or server class River stage zero No dependents

This class is intented to be inherited only by AnyLocal or AnyRemote. Don't use it yourself....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyLocal - Perl extension defining a virtual SRPC client class River stage zero No dependents

This class must be inherited by a sub-class so this one can use the RPC facility. Note that this class (and the Factory class) was designed to use Tk's fileevent facilities. The child object must declare in the @RPC_SUB array the name of the methods ...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyRemote - Perl base class for a remote object accessible by RPC River stage zero No dependents

This class must be inherited by the user's class actually performing the remote functions. Note that any user defined method which can be called by the local object must be able to handle the following optionnal parameters : 'callback' => code_refere...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::CallHandler - Perl class to handle RPC calls with call-back River stage zero No dependents

This class is intanciated on the remote side each time a function is called with a call-back ref. This class will hold the relevant information so that the call-back will be passed to the local object which issued the call. Used only for asynchronous...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

JSON::RPC::Simple::Client - JSON-RPC 1.1 WD client River stage zero No dependents

CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTC

RPC::Simple::ObjectHandler - Perl class to handle a remote object River stage zero No dependents

This class is instanciated by RPS::Simple::Server each time a remote object is created. All is handled by the server, the user need not to worry about it....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

JSON::RPC::Simple::Dispatcher - Decodes JSON-RPC calls and dispatches them River stage zero No dependents

Instances of this class decodes JSON-RPC calls over HTTP and dispatches them to modules/objects registered for a given path and then encodes the result as in a JSON-RPC format....

CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTC

RPC::Xmlrpc_c::ClientSimple - Perl extension for XML-RPC For C/C++ client River stage zero No dependents

This module performs XML-RPC client functions, via the executable libraries of XML-RPC For C/C++. I.e. you can write an XML-RPC client program using this. This is like "RPC::Xmlrpc_c::Client", but less flexible and consequently easier to use. It has ...

GIRAFFED/RPC-Xmlrpc_c-1.05a - 08 Nov 2013 22:33:42 UTC

RPC::XML - A set of classes for core data, message and XML handling River stage two • 37 direct dependents • 50 total dependents

The RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

lib/RPC/ExtDirect/Server/Patch/HTTPServerSimple.pm River stage one • 3 direct dependents • 3 total dependents

TOKAREV/RPC-ExtDirect-Server-1.24 - 12 Oct 2016 08:10:46 UTC

RPC::Any - A simple, unified interface to XML-RPC and JSON-RPC. River stage one • 1 direct dependent • 1 total dependent

RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

XML::RPC - Pure Perl implementation for an XML-RPC client and server. River stage one • 6 direct dependents • 6 total dependents

XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. This version of XML::RPC merges the changes from XML::RPC::CustomUA....

CAVAC/XML-RPC-2 - 09 Mar 2022 09:32:44 UTC

JSON::RPC - JSON RPC 2.0 Server Implementation River stage one • 6 direct dependents • 8 total dependents

JSON::RPC is a set of modules that implement JSON RPC 2.0 protocol. If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****...

DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTC

RPC::Lite - A lightweight yet flexible framework for remote process communication. River stage zero No dependents

RPC::Lite is intended to be a lightweight, easy-to-use yet flexible and powerful RPC implementation. It was inspired by the headaches of working with other, heavier RPC APIs. RPC::Lite does not require versioning or signatures but provides facilities...

ABURKE/RPC-Lite-0.20 - 13 Jan 2010 22:40:50 UTC

Trac::RPC - access to Trac via XML-RPC Plugin River stage zero No dependents

Trac is a great project management and bug/issue tracking system. http://trac.edgewall.org/. Trac by itself does not provide API. But there is a plugin that adds this functionality. It is called XmlRpcPlugin http://trac-hacks.org/wiki/XmlRpcPlugin. T...

BESSARABV/Trac-RPC-1.0.0 - 01 Sep 2013 11:04:30 UTC
68 results (0.043 seconds)