Uses of Class
org.snmp4j.agent.request.SnmpRequest
-
Packages that use SnmpRequest Package Description org.snmp4j.agent org.snmp4j.agent.request -
-
Uses of SnmpRequest in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type SnmpRequest Modifier and Type Field Description protected java.util.List<RequestHandler<SnmpRequest>>CommandProcessor. pduHandlerprotected RequestFactory<org.snmp4j.CommandResponderEvent,org.snmp4j.PDU,SnmpRequest>CommandProcessor. requestFactoryMethods in org.snmp4j.agent that return types with arguments of type SnmpRequest Modifier and Type Method Description protected RequestHandler<SnmpRequest>CommandProcessor. getHandler(int pduType)Methods in org.snmp4j.agent with parameters of type SnmpRequest Modifier and Type Method Description protected voidCommandProcessor. finalizeRequest(org.snmp4j.CommandResponderEvent command, SnmpRequest req, MOServer server)protected voidCommandProcessor. processNextSubRequest(SnmpRequest request, MOServer server, org.snmp4j.smi.OctetString context, SubRequest sreq)protected voidCommandProcessor. release(MOServer server, SnmpRequest req)protected voidCommandProcessor. reprocessRequest(MOServer server, SnmpRequest req)Method parameters in org.snmp4j.agent with type arguments of type SnmpRequest Modifier and Type Method Description voidCommandProcessor. addPduHandler(RequestHandler<SnmpRequest> handler)protected voidCommandProcessor. processRequest(org.snmp4j.CommandResponderEvent command, CoexistenceInfo cinfo, RequestHandler<SnmpRequest> handler) -
Uses of SnmpRequest in org.snmp4j.agent.request
Methods in org.snmp4j.agent.request that return SnmpRequest Modifier and Type Method Description SnmpRequestSnmpRequest.SnmpSubRequest. getRequest()SnmpRequestSnmpRequest.SnmpSubRequest. getSnmpRequest()SnmpRequestSnmpSubRequest. getSnmpRequest()
-