Event::RPC::Connection

Event::RPC::Connection represents a RPC connection.
Download

Event::RPC::Connection Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jrn Reder
  • Publisher web site:
  • http://search.cpan.org/~jred/

Event::RPC::Connection Tags


Event::RPC::Connection Description

Event::RPC::Connection represents a RPC connection. Event::RPC::Connection represents a RPC connection.SYNOPSISNote: you never create instances of this class in your own code, it's only used internally by Event::RPC::Server. But you may request connection objects using the connection_hook of Event::RPC::Server and then having some read access on them. my $connection = Event::RPC::Server::Connection->new ( $rpc_server, $client_socket );As well you can get the currently active connection from your Event::RPC::Server object: my $server = Event::RPC::Server->instance; my $connection = $server->get_active_connection;Objects of this class represents a connection from an Event::RPC::Client to an Event::RPC::Server instance. They live inside the server and the whole Client/Server protocol is implemented here. Requirements: · Perl


Event::RPC::Connection Related Software