|
POE::Filter::Stream - POE Stream Protocol Abstraction
|
POE::Filter::Stream - POE Stream (Null) Protocol Abstraction
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
$filter = new POE::Filter::Stream();
$arrayref_of_logical_chunks =
$filter->get($arrayref_of_raw_chunks_from_driver);
$arrayref_of_streamable_chunks_for_driver =
$filter->put($arrayref_of_logical_chunks);
This filter passes data through unchanged. It is a ``null'' filter.
POE::Filter; POE::Filter::HTTPD; POE::Filter::Line;
POE::Filter::Reference; POE::Filter::Stream
Oh, probably some.
Please see the POE manpage.
|
POE::Filter::Stream - POE Stream Protocol Abstraction
|
|