Module org.snmp4j.agent
Package org.snmp4j.agent
Interface RequestHandler<R extends Request<?,?,?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSupported(int pduType)
Checks whether the supplied PDU type is supported by this request handler.void
processPdu(R request, MOServer server)
Processes a request on behalf of the suppliedMOServer
.
-