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,
TransportMapping transport)
Sends a
AgentXPDU to the given target and returns the response
synchronously. |
void |
AgentX.send(AgentXPDU pdu,
AgentXTarget target,
TransportMapping transport,
Object userHandle,
AgentXResponseListener listener)
Sends a
AgentXPDU to the given target and returns the response
asynchronously. |
PduHandle |
AgentXMessageDispatcherImpl.send(TransportMapping transport,
Address address,
AgentXPDU message,
PduHandleCallback<AgentXPDU> callback) |
PduHandle |
AgentXMessageDispatcher.send(TransportMapping transport,
Address address,
AgentXPDU message,
PduHandleCallback<AgentXPDU> pduHandleCallback)
Sends a AgentX PDU to the specified address using the specified transport
mapping.
|
protected PduHandle |
AgentX.sendMessage(AgentXPDU pdu,
AgentXTarget target,
TransportMapping transport,
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 |
---|---|
PduHandle |
AgentXMessageDispatcherImpl.send(TransportMapping transport,
Address address,
AgentXPDU message,
PduHandleCallback<AgentXPDU> callback) |
PduHandle |
AgentXMessageDispatcher.send(TransportMapping transport,
Address address,
AgentXPDU message,
PduHandleCallback<AgentXPDU> pduHandleCallback)
Sends a AgentX PDU to the specified address using the specified transport
mapping.
|
protected PduHandle |
AgentX.sendMessage(AgentXPDU pdu,
AgentXTarget target,
TransportMapping transport,
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,
Address peerAddress,
TransportMapping peerTransport,
AgentXPDU command,
TransportStateReference tmStateReference) |
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 |
---|---|
AgentXPDU |
AgentXPendingClose.getAgentXPDU() |
AgentXPDU |
AgentXPending.getAgentXPDU() |
AgentXPDU |
AgentXPendingSet.getAgentXPDU() |
AgentXPDU |
AgentXPendingGet.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 © 2016 SNMP4J.org. All rights reserved.