
Mojo::SNMP::Dispatcher - Instead of Net::SNMP::Dispatcher

This module works better with Mojo::IOLoop since it register the IO::Socket::INET sockets in with the mojo reactor.

Holds a Mojo::IOLoop object. Same as "ioloop" in Mojo::SNMP.
Holds an instance of Net::SNMP::MessageProcessing.
Does nothing.
Use MOJO_SNMP_DEBUG=1 instead to get debug information.
Holds the last error.
Holds the number of active sockets.

This method will send a PDU to the SNMP server.
No idea what this does (?)
No idea what this does (?)
Used to schedule events at a given time. Use "timer" in Mojo::IOLoop to do the heavy lifting.
Register a new transport object with Mojo::IOLoop::Reactor.
The opposite of "register".

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.

Jan Henning Thorsen - jhthorsen@cpan.org