MySnmpCrawler API

snmp.message.handler
Interface SnmpRequestHandler

All Superinterfaces:
java.util.EventListener, SnmpMessageHandler, SnmpSessionEventListener
All Known Implementing Classes:
DefaultSnmpRequestHandler

public interface SnmpRequestHandler
extends SnmpMessageHandler

The SnmpRequestHandler provides the methods required to handle "GetRequest-PDU", "GetNextRequest-PDU" and "SetRequest-PDU".

Version:
$Revision: 0.1 $ $Date: 2004/03/09 06:03:49 $
Author:
Scott Cheng

Field Summary
static int GET
           
static int GETNEXT
           
static int SET
           
 
Methods inherited from interface snmp.message.handler.SnmpMessageHandler
getHandlerType, isHandler
 
Methods inherited from interface snmp.session.SnmpSessionEventListener
handleSession
 

Field Detail

GET

public static final int GET
See Also:
Constant Field Values

GETNEXT

public static final int GETNEXT
See Also:
Constant Field Values

SET

public static final int SET
See Also:
Constant Field Values

MySnmpCrawler API