Uses of Interface
org.snmp4j.agent.request.Request
Packages that use Request
Package
Description
-
Uses of Request in org.snmp4j.agent
Classes in org.snmp4j.agent with type parameters of type RequestModifier and TypeInterfaceDescriptioninterfaceRequestHandler<R extends Request<?,?, ?>> A request handler is able to process a request on behalf of the managed object repository represented by aMOServer.Methods in org.snmp4j.agent with type parameters of type RequestModifier and TypeMethodDescriptionprotected <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).Methods in org.snmp4j.agent with parameters of type RequestModifier and TypeMethodDescriptionprotected voidCommandProcessor.setAuthorizationError(Request<?, ?, ?> req, int vacmStatus) -
Uses of Request in org.snmp4j.agent.mo
Fields in org.snmp4j.agent.mo with type parameters of type RequestModifier and TypeFieldDescriptionprotected WeakHashMap<Request<?,?, ?>, Map<org.snmp4j.smi.OID, R>> DefaultMOTable.newRowsprotected WeakHashMap<Request<?,?, ?>, Map<org.snmp4j.smi.OID, DefaultMOTable.ChangeSet>> DefaultMOTable.pendingChangesMethods in org.snmp4j.agent.mo with parameters of type RequestModifier and TypeMethodDescriptionDefaultMOTable.getNewRows(Request<?, ?, ?> key) DefaultMOTable.getRowPreview(Request<?, ?, ?> request, org.snmp4j.smi.OID index) Gets aDefaultMOTable.ChangeSetthat contains the row values as if they had been already committed (not taking into account value modifications performed by the columns commit operations).protected booleanDefaultMOTable.hasNewRows(Request<?, ?, ?> key) -
Uses of Request in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type RequestModifier and TypeMethodDescriptionorg.snmp4j.smi.OIDUsmMIB.getProtocolForKeyChange(Request<?, ?, ?> request, org.snmp4j.smi.OID rowIndex, org.snmp4j.security.dh.DHOperations.KeyType keyType) -
Uses of Request in org.snmp4j.agent.request
Classes in org.snmp4j.agent.request with type parameters of type RequestModifier and TypeInterfaceDescriptioninterfaceRequestFactory<S extends EventObject,R, REQ extends Request<S, R, ? extends SubRequest>> TheRequestFactoryis a factory for (SNMP/AgentX) requests.Classes in org.snmp4j.agent.request that implement RequestModifier and TypeClassDescriptionclassAbstractRequest<U extends SubRequest<U>,S, R> TheAbstractRequestimplements common elements of SNMP and AgentX requests and might be also used for other sub-agent request types.classTheSnmpRequestclass implements requests from a SNMP source.Methods in org.snmp4j.agent.request that return RequestModifier and TypeMethodDescriptionRequest<?,?, ?> SubRequest.getRequest()Gets the request this sub-request belongs to.