1Event::RPC::Message(3)User Contributed Perl DocumentationEvent::RPC::Message(3)
2
3
4
6 Event::RPC::Message - Implementation of Event::RPC network protocol
7
9 # Internal module. No documented public interface.
10
12 This module implements the network protocol of Event::RPC. Objects of
13 this class are created internally by Event::RPC::Server and
14 Event::RPC::Client and performs message passing over the network.
15
17 JA~Xrn Reder <joern at zyn dot de>
18
20 Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
21
22 This library is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25
26
27perl v5.12.0 2006-04-23 Event::RPC::Message(3)