Uses of Class
org.snmp4j.agent.agentx.AgentXPDU
Packages that use AgentXPDU
-
Uses of AgentXPDU in org.snmp4j.agent.agentx
Subclasses of AgentXPDU in org.snmp4j.agent.agentxModifier and TypeClassDescriptionclassTheAgentXAddAgentCapsPDUrepresents an agentx-AddAgentCaps-PDU from RFC 2741.classTheAgentXCleanupSetPDUrepresents the agentx-CleanupSet-PDU defined by RFC 2741.classTheAgentXClosePDUrepresents the agentx-Close-PDU from RFC 2741.classTheAgentXCommitSetPDUrepresents the agentx-CleanupSet-PDU defined by RFC 2741.classAAgentXContextPDUis aAgentXPDUwith context support.classTheAgentXGetBulkPDUrepresents the agentx-GetBulk-PDU defined by RFC 2741.classTheAgentXGetNextPDUrepresents the agentx-GetNext-PDU defined by RFC 2741.classTheAgentXGetPDUrepresents the agentx-Get-PDU defined by RFC 2741.classTheAgentXIndexAllocatePDUrepresents the agentx-IndexAllocate-PDU defined by RFC 2741.classTheAgentXIndexDeallocatePDUrepresents the agentx-IndexDeallocate-PDU defined by RFC 2741.classTheAgentXNotifyPDUrepresents the agentx-Notify-PDU defined by RFC 2741.classTheAgentXOpenPDUrepresents the agentx-CleanupSet-PDU defined by RFC 2741.classTheAgentXPingPDUrepresents the agentx-Notify-PDU defined by RFC 2741.classTheAgentXRegisterPDUrepresents the agentx-Register-PDU defined by RFC 2741.classTheAgentXRemoveAgentCapsPDUrepresents a MIB region which can be an entire MIB or a single object-instance.classTheAgentXRequestPDUrepresents the base class for all agentx-Get*Request-PDUs defined by RFC 2741.classheAgentXResponsePDUrepresents the agentx-Regsponse-PDU defined by RFC 2741.classTheAgentXTestSetPDUrepresents the agentx-TestSet-PDU defined by RFC 2741.classTheAgentXUndoSetPDUrepresents the agentx-UndoSet-PDU defined by RFC 2741.classTheAgentXUnregisterPDUrepresents the agentx-Unregister-PDU defined by RFC 2741.classTheAgentXVariableBindingPDUis the base class for all AgentX PDUs with a list ofVariableBindings.Methods in org.snmp4j.agent.agentx that return AgentXPDUModifier and TypeMethodDescriptionstatic AgentXPDUAgentXPDU.decode(ByteBuffer buf) DecodeAgentXPDUfrom a byte buffer.AgentXCommandEvent.getCommand()Gets the command.AgentXResponseEvent.getRequest()Gets the request PDU.Methods in org.snmp4j.agent.agentx with parameters of type AgentXPDUModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
AgentXResponseEvent<A> AgentX.send(AgentXPDU pdu, AgentXTarget<A> target, org.snmp4j.TransportMapping<? super A> transport) Sends aAgentXPDUto the given target and returns the response synchronously.<A extends org.snmp4j.smi.Address>
voidAgentX.send(AgentXPDU pdu, AgentXTarget<A> target, org.snmp4j.TransportMapping<? super A> transport, Object userHandle, AgentXResponseListener listener) Sends aAgentXPDUto the given target and returns the response asynchronously.<A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentXMessageDispatcher.send(org.snmp4j.TransportMapping<? super A> transport, A address, AgentXPDU message, org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback) Sends a AgentX PDU to the specified address using the specified transport mapping.<A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentXMessageDispatcherImpl.send(org.snmp4j.TransportMapping<? super A> transport, A address, AgentXPDU message, org.snmp4j.mp.PduHandleCallback<AgentXPDU> callback) Sends aAgentXPDUto a target.protected <A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentX.sendMessage(AgentXPDU pdu, AgentXTarget<A> target, org.snmp4j.TransportMapping<? super A> transport, org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback) Actually sends a PDU to a target and returns a handle for the sent PDU.protected final voidAgentXResponseEvent.setRequest(AgentXPDU request) Sets the request PDU.Method parameters in org.snmp4j.agent.agentx with type arguments of type AgentXPDUModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentXMessageDispatcher.send(org.snmp4j.TransportMapping<? super A> transport, A address, AgentXPDU message, org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback) Sends a AgentX PDU to the specified address using the specified transport mapping.<A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentXMessageDispatcherImpl.send(org.snmp4j.TransportMapping<? super A> transport, A address, AgentXPDU message, org.snmp4j.mp.PduHandleCallback<AgentXPDU> callback) Sends aAgentXPDUto a target.protected <A extends org.snmp4j.smi.Address>
org.snmp4j.mp.PduHandleAgentX.sendMessage(AgentXPDU pdu, AgentXTarget<A> target, org.snmp4j.TransportMapping<? super A> transport, org.snmp4j.mp.PduHandleCallback<AgentXPDU> pduHandleCallback) Actually sends a PDU to a target and returns a handle for the sent PDU.Constructors in org.snmp4j.agent.agentx with parameters of type AgentXPDUModifierConstructorDescriptionAgentXCommandEvent(Object source, AgentXMessageDispatcher dispatcher, A peerAddress, org.snmp4j.transport.ConnectionOrientedTransportMapping<A> peerTransport, AgentXPDU command, org.snmp4j.TransportStateReference tmStateReference) Creates a new command event.AgentXResponseEvent(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject) Creates anAgentXResponseEventinstance.AgentXResponseEvent(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject, Exception error) Creates anResponseEventinstance with an exception object indicating a message processing error. -
Uses of AgentXPDU in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master that return AgentXPDUModifier and TypeMethodDescriptionAgentXPending.getAgentXPDU()Gets the AgentX PDU.AgentXPendingClose.getAgentXPDU()AgentXPendingGet.getAgentXPDU()AgentXPendingSet.getAgentXPDU()Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXPDUModifier and TypeMethodDescriptionprotected AgentXResponsePDUAgentXCommandProcessor.createResponse(AgentXPDU request, AgentXSession<?> session) Create a response for an AgentX request.protected AgentXMasterSession<?> AgentXCommandProcessor.getSession(AgentXPDU pdu) Gets the session for anAgentXPDU.protected <A extends org.snmp4j.smi.Address>
voidAgentXCommandProcessor.sendResponse(AgentXPDU response, AgentXSession<A> session) Sends a response to a session.