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 Jörn Reder <joern AT zyn.de>
18
20 Copyright (C) 2005-2015 by Jörn Reder <joern AT zyn.de>.
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.34.0 2022-01-21 Event::RPC::Message(3)