Uses of Interface
org.snmp4j.agent.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type RequestHandlerModifier and TypeFieldDescriptionprotected final List<RequestHandler<SnmpRequest>>CommandProcessor.pduHandlerMethods in org.snmp4j.agent that return RequestHandlerModifier and TypeMethodDescriptionprotected RequestHandler<SnmpRequest>CommandProcessor.getHandler(int pduType) Methods in org.snmp4j.agent with parameters of type RequestHandlerModifier and TypeMethodDescriptionvoidCommandProcessor.addPduHandler(RequestHandler<SnmpRequest> handler) protected <R extends Request<Source,Response, ? extends SubRequest<?>>, Source, Response>
voidCommandProcessor.processRequest(MOServer server, RequestHandler<R> handler, R req) Processes (or re-process) a request and try to complete the request (thus to complete any incomplete subrequests).protected <A extends org.snmp4j.smi.Address>
voidCommandProcessor.processRequest(org.snmp4j.CommandResponderEvent<A> command, CoexistenceInfo cinfo, RequestHandler<SnmpRequest> handler) voidCommandProcessor.removePduHandler(RequestHandler<SnmpRequest> handler)