POE::Filter::Stream - POE Stream Protocol Abstraction |
POE::Filter::Stream - POE Stream (Null) Protocol Abstraction
$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 |