| Package | Description |
|---|---|
| org.snmp4j.agent.agentx | |
| org.snmp4j.agent.agentx.master |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentXAddAgentCapsPDU |
class |
AgentXCleanupSetPDU |
class |
AgentXClosePDU |
class |
AgentXCommitSetPDU |
class |
AgentXContextPDU |
class |
AgentXGetBulkPDU |
class |
AgentXGetNextPDU |
class |
AgentXGetPDU |
class |
AgentXIndexAllocatePDU |
class |
AgentXIndexDeallocatePDU |
class |
AgentXNotifyPDU |
class |
AgentXOpenPDU |
class |
AgentXPingPDU |
class |
AgentXRegisterPDU |
class |
AgentXRemoveAgentCapsPDU |
class |
AgentXRequestPDU |
class |
AgentXResponsePDU |
class |
AgentXTestSetPDU |
class |
AgentXUndoSetPDU |
class |
AgentXUnregisterPDU |
class |
AgentXVariableBindingPDU |
| Modifier and Type | Method and Description |
|---|---|
static AgentXPDU |
AgentXPDU.decode(ByteBuffer buf) |
AgentXPDU |
AgentXCommandEvent.getCommand() |
AgentXPDU |
AgentXResponseEvent.getRequest()
Gets the request PDU.
|
| Modifier and Type | Method and Description |
|---|---|
AgentXResponseEvent |
AgentX.send(AgentXPDU pdu,
AgentXTarget target,
org.snmp4j.TransportMapping transport)
Sends a
AgentXPDU to the given target and returns the response
synchronously. |
void |
AgentX.send(AgentXPDU pdu,
AgentXTarget target,
org.snmp4j.TransportMapping transport,
Object userHandle,
AgentXResponseListener listener)
Sends a
AgentXPDU to the given target and returns the response
asynchronously. |
org.snmp4j.mp.PduHandle |
AgentXMessageDispatcherImpl.send(org.snmp4j.TransportMapping transport,
org.snmp4j.smi.Address address,
AgentXPDU message,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> callback) |
org.snmp4j.mp.PduHandle |
AgentXMessageDispatcher.send(org.snmp4j.TransportMapping transport,
org.snmp4j.smi.Address address,
AgentXPDU message,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback)
Sends a AgentX PDU to the specified address using the specified transport
mapping.
|
protected org.snmp4j.mp.PduHandle |
AgentX.sendMessage(AgentXPDU pdu,
AgentXTarget target,
org.snmp4j.TransportMapping transport,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback)
Actually sends a PDU to a target and returns a handle for the sent PDU.
|
protected void |
AgentXResponseEvent.setRequest(AgentXPDU request) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.mp.PduHandle |
AgentXMessageDispatcherImpl.send(org.snmp4j.TransportMapping transport,
org.snmp4j.smi.Address address,
AgentXPDU message,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> callback) |
org.snmp4j.mp.PduHandle |
AgentXMessageDispatcher.send(org.snmp4j.TransportMapping transport,
org.snmp4j.smi.Address address,
AgentXPDU message,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback)
Sends a AgentX PDU to the specified address using the specified transport
mapping.
|
protected org.snmp4j.mp.PduHandle |
AgentX.sendMessage(AgentXPDU pdu,
AgentXTarget target,
org.snmp4j.TransportMapping transport,
org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback)
Actually sends a PDU to a target and returns a handle for the sent PDU.
|
| Constructor and Description |
|---|
AgentXCommandEvent(Object source,
AgentXMessageDispatcher dispatcher,
org.snmp4j.smi.Address peerAddress,
org.snmp4j.TransportMapping peerTransport,
AgentXPDU command,
org.snmp4j.TransportStateReference tmStateReference) |
AgentXResponseEvent(Object source,
AgentXTarget target,
org.snmp4j.smi.Address peerAddress,
AgentXPDU request,
AgentXResponsePDU response,
Object userObject)
Creates an
AgentXResponseEvent instance. |
AgentXResponseEvent(Object source,
AgentXTarget target,
org.snmp4j.smi.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 |
|---|---|
AgentXPDU |
AgentXPendingGet.getAgentXPDU() |
AgentXPDU |
AgentXPendingClose.getAgentXPDU() |
AgentXPDU |
AgentXPending.getAgentXPDU() |
AgentXPDU |
AgentXPendingSet.getAgentXPDU() |
| Modifier and Type | Method and Description |
|---|---|
protected AgentXResponsePDU |
AgentXCommandProcessor.createResponse(AgentXPDU request,
AgentXSession session) |
protected AgentXMasterSession |
AgentXCommandProcessor.getSession(AgentXPDU pdu) |
protected void |
AgentXCommandProcessor.sendResponse(AgentXPDU response,
AgentXSession session) |
Copyright © 2020 SNMP4J.org. All rights reserved.