MySnmpCrawler API

Package snmp.session

Provides the classes to implement the SNMP session.

See:
          Description

Interface Summary
SnmpSessionEventListener The SnmpSessionEventListener is an event listener interface that declares the method to receive the SnmpSessionEvent.
 

Class Summary
SnmpSession The SnmpSession is the runnable object created by the SnmpAdaptor when the server receives the request.
SnmpSessionEvent The SnmpSessionEvent is an event object for notifing the listeners that a new session has been created.
SnmpSessionEventListenerImpl This class receives the SnmpSessionEvent and forwards the event to the appropriate request handler for further processing.
 

Package snmp.session Description

Provides the classes to implement the SNMP session.

Since:
0.1.0

MySnmpCrawler API