MySnmpCrawler API

Package snmp.message.handler

Provides the classes to handle the SNMP message.

See:
          Description

Interface Summary
SnmpMessageHandler This interface provides the methods such that the implemented class shall provide the implementation to determine if it is a right handler to handle the SNMP message.
SnmpRequestHandler The SnmpRequestHandler provides the methods required to handle "GetRequest-PDU", "GetNextRequest-PDU" and "SetRequest-PDU".
 

Class Summary
DefaultSnmpRequestHandler This abstract class provides the implementation to determine the right request handler.
SnmpGetNextRequestHandler This class provides the required operations to handle SNMP GetNextRequest-PDU.
SnmpGetRequestHandler This class handles the SNMP GetRequest-PDU.
SnmpGetResponseHandler This class provides the required operations to handle SNMP GetResponse-PDU.
SnmpSetRequestHandler This class handles the SNMP SetRequest-PDU.
SnmpTrapHandler This class provides the required operations to handle SNMP Trap-PDU.
 

Package snmp.message.handler Description

Provides the classes to handle the SNMP message.

Since:
0.1.0

MySnmpCrawler API