Package | Description |
---|---|
org.snmp4j.agent.agentx | |
org.snmp4j.agent.agentx.event | |
org.snmp4j.agent.agentx.master | |
org.snmp4j.agent.agentx.subagent |
Modifier and Type | Method and Description |
---|---|
AgentXResponsePDU |
AgentXResponseEvent.getResponse()
Gets the response PDU.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AgentXResponseEvent.setResponse(AgentXResponsePDU response) |
Constructor and Description |
---|
AgentXResponseEvent(Object source,
AgentXTarget target,
Address peerAddress,
AgentXPDU request,
AgentXResponsePDU response,
Object userObject)
Creates an
AgentXResponseEvent instance. |
AgentXResponseEvent(Object source,
AgentXTarget target,
Address peerAddress,
AgentXPDU request,
AgentXResponsePDU response,
Object userObject,
Exception error)
Creates an
ResponseEvent instance with an exception object
indicating a message processing error. |
Modifier and Type | Method and Description |
---|---|
AgentXResponsePDU |
PingEvent.getResponse() |
Constructor and Description |
---|
PingEvent(Object source,
AgentXSession pingedSession,
AgentXResponsePDU pingResponse) |
Modifier and Type | Method and Description |
---|---|
protected void |
AgentXCommandProcessor.processAgentXBulkResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXGetNextResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXGetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXSearchResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXSetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected static void |
AgentXCommandProcessor.processsErrorResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
Modifier and Type | Method and Description |
---|---|
AgentXResponsePDU |
AgentXRequest.getResponse() |
AgentXResponsePDU |
AgentXRequest.getResponsePDU() |
Modifier and Type | Method and Description |
---|---|
protected int |
AgentXSharedMOTableSupport.handleIndexAllocationError(MOTableIndex indexDef,
OctetString context,
OID allocatedIndex,
AgentXResponsePDU resp)
Handle an index allocation error.
|
Copyright © 2016 SNMP4J.org. All rights reserved.