MySnmpCrawler API

Uses of Interface
snmp.session.SnmpSessionEventListener

Packages that use SnmpSessionEventListener
snmp.message.handler Provides the classes to handle the SNMP message. 
snmp.session Provides the classes to implement the SNMP session. 
 

Uses of SnmpSessionEventListener in snmp.message.handler
 

Subinterfaces of SnmpSessionEventListener in snmp.message.handler
 interface 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.
 interface SnmpRequestHandler
          The SnmpRequestHandler provides the methods required to handle "GetRequest-PDU", "GetNextRequest-PDU" and "SetRequest-PDU".
 

Classes in snmp.message.handler that implement SnmpSessionEventListener
 class DefaultSnmpRequestHandler
          This abstract class provides the implementation to determine the right request handler.
 class SnmpGetNextRequestHandler
          This class provides the required operations to handle SNMP GetNextRequest-PDU.
 class SnmpGetRequestHandler
          This class handles the SNMP GetRequest-PDU.
 class SnmpGetResponseHandler
          This class provides the required operations to handle SNMP GetResponse-PDU.
 class SnmpSetRequestHandler
          This class handles the SNMP SetRequest-PDU.
 class SnmpTrapHandler
          This class provides the required operations to handle SNMP Trap-PDU.
 

Uses of SnmpSessionEventListener in snmp.session
 

Classes in snmp.session that implement SnmpSessionEventListener
 class SnmpSessionEventListenerImpl
          This class receives the SnmpSessionEvent and forwards the event to the appropriate request handler for further processing.
 


MySnmpCrawler API