Frontier::Daemon

Section: User Contributed Perl Documentation (3)
Updated: 1999-01-28
 

NAME

Frontier::Daemon - receive Frontier XML RPC requests  

SYNOPSIS

 use Frontier::Daemon;

 Frontier::Daemon->new(methods => {
     'rpcName' => \&sub_name,
        ...
     });

 

DESCRIPTION

Frontier::Daemon is an HTTP/1.1 server that listens on a socket for incoming requests containing Frontier XML RPC2 method calls. Frontier::Daemon is a subclass of HTTP::Daemon, which is a subclass of IO::Socket::INET.

Frontier::Daemon takes a `"methods"' parameter, a hash that maps an incoming RPC method name to reference to a subroutine.  

SEE ALSO

perl(1), HTTP::Daemon(3), IO::Socket::INET(3), Frontier::RPC2(3)

<http://www.scripting.com/frontier5/xml/code/rpc.html>  

AUTHOR

Ken MacLeod <ken@bitsko.slc.ut.us>


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR
blog comments powered by Disqus