Package | Description |
---|---|
org.snmp4j.agent |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<RequestHandler<SnmpRequest>> |
CommandProcessor.pduHandler |
Modifier and Type | Method | Description |
---|---|---|
protected RequestHandler<SnmpRequest> |
CommandProcessor.getHandler(int pduType) |
Modifier and Type | Method | Description |
---|---|---|
void |
CommandProcessor.addPduHandler(RequestHandler<SnmpRequest> handler) |
|
protected <R extends Request<Source,Response,? extends SubRequest>,Source,Response> |
CommandProcessor.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 void |
CommandProcessor.processRequest(org.snmp4j.CommandResponderEvent command,
CoexistenceInfo cinfo,
RequestHandler<SnmpRequest> handler) |
|
void |
CommandProcessor.removePduHandler(RequestHandler handler) |
Copyright © 2018 SNMP4J.org. All rights reserved.