Uses of Interface
org.snmp4j.agent.RequestHandler

Packages that use RequestHandler
org.snmp4j.agent   
 

Uses of RequestHandler in org.snmp4j.agent
 

Fields in org.snmp4j.agent with type parameters of type RequestHandler
protected  java.util.Vector<RequestHandler> CommandProcessor.pduHandler
           
 

Methods in org.snmp4j.agent that return RequestHandler
protected  RequestHandler CommandProcessor.getHandler(int pduType)
           
 

Methods in org.snmp4j.agent with parameters of type RequestHandler
 void CommandProcessor.addPduHandler(RequestHandler handler)
           
protected  void CommandProcessor.processRequest(org.snmp4j.CommandResponderEvent command, CoexistenceInfo cinfo, RequestHandler handler)
           
protected  void CommandProcessor.processRequest(MOServer server, RequestHandler handler, Request req)
          Processs (or re-process) a request and try to complete the request (thus to complete any incomplete subrequests).
 void CommandProcessor.removePduHandler(RequestHandler handler)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.