b91c5d7475
- Fix and update WWW Approved by: portmgr (blanket)
13 lines
582 B
Text
13 lines
582 B
Text
POEx::Role::TCPServer bundles up the lower level
|
|
SocketFactory/ReadWrite combination of wheels into a simple
|
|
Moose::Role. It builds upon other POEx modules such as
|
|
POEx::Role::SessionInstantiation and POEx::Types.
|
|
|
|
The events for SocketFactory for and for each ReadWrite instantiated
|
|
are methods that can be advised in any way deemed fit. Advising these
|
|
methods is actually encouraged and can simplify code for the consumer.
|
|
|
|
The only method that must be provided by the consuming class is
|
|
handle_inbound_data.
|
|
|
|
WWW: https://metacpan.org/release/NPEREZ/POEx-Role-TCPServer-1.102740
|