Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.mo | |
org.snmp4j.agent.request |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestHandler<R extends Request>
A request handler is able to process a request on behalf of the managed
object repository represented by a
MOServer . |
Modifier and Type | Field and Description |
---|---|
protected TemporaryList<Request> |
CommandProcessor.requestList |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
TemporaryList<Request> |
CommandProcessor.getRequestList() |
Modifier and Type | Method and Description |
---|---|
protected void |
CommandProcessor.setAuthorizationError(Request req,
int vacmStatus) |
Modifier and Type | Field and Description |
---|---|
protected WeakHashMap<Request,Map<org.snmp4j.smi.OID,R>> |
DefaultMOTable.newRows |
protected WeakHashMap<Request,Map<org.snmp4j.smi.OID,DefaultMOTable.ChangeSet>> |
DefaultMOTable.pendingChanges |
Modifier and Type | Method and Description |
---|---|
protected Map<org.snmp4j.smi.OID,R> |
DefaultMOTable.getNewRows(Request key) |
protected boolean |
DefaultMOTable.hasNewRows(Request key) |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestFactory<S extends EventObject,R,REQ extends Request<S,R,? extends SubRequest>>
The
RequestFactory is a factory for (SNMP/AgentX) requests. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequest<U extends SubRequest,S,R>
The
AbstractRequest implements common elements of SNMP and
AgentX requests and might be also used for other sub-agent request types. |
class |
SnmpRequest
The
SnmpRequest class implements requests from a SNMP source. |
Modifier and Type | Method and Description |
---|---|
Request |
SubRequest.getRequest()
Gets the request this sub-request belongs to.
|
Copyright © 2020 SNMP4J.org. All rights reserved.