Man Page: poe::filter::stomp
Operating Environment: debian
Section: 3pm
POE::Filter::Stomp(3pm) User Contributed Perl Documentation POE::Filter::Stomp(3pm)NAMEPOE::Filter::Stomp - Perl extension for the POE EnvironmentSYNOPSISuse POE::Filter::Stomp; For a server POE::Component::Server::TCP->new( ... Filter => 'POE::Filter::Stomp', ... ); For a client POE::Component::Client::TCP->new( ... Filter => 'POE::Filter::Stomp', ... );DESCRIPTIONThis module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.org/Protocol .EXPORTNone by default.SEE ALSOSee the documentation for POE::Filter for usage.BUGSQuite possibly. It works for me, maybe it will work for you.AUTHORKevin L. Esteb, <kesteb@wsipc.org>COPYRIGHT AND LICENSECopyright (C) 2007 by Kevin L. Esteb This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2011-03-31 POE::Filter::Stomp(3pm)
| Related Man Pages |
|---|
| poe::filter::http::parser(3pm) - debian |
| poe::filter::ircd(3pm) - debian |
| poe::filter::recordblock(3pm) - debian |
| poe::filter::stream(3pm) - debian |
| poe::resources(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |