Uses of Class
org.snmp4j.agent.agentx.AgentXResponsePDU
Packages that use AgentXResponsePDU
Package
Description
-
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx
Methods in org.snmp4j.agent.agentx that return AgentXResponsePDUMethods in org.snmp4j.agent.agentx with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected final void
AgentXResponseEvent.setResponse
(AgentXResponsePDU response) Sets the response PDU.Constructors in org.snmp4j.agent.agentx with parameters of type AgentXResponsePDUModifierConstructorDescriptionAgentXResponseEvent
(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject) Creates anAgentXResponseEvent
instance.AgentXResponseEvent
(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject, Exception error) Creates anResponseEvent
instance with an exception object indicating a message processing error. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.event
Methods in org.snmp4j.agent.agentx.event that return AgentXResponsePDUConstructors in org.snmp4j.agent.agentx.event with parameters of type AgentXResponsePDUModifierConstructorDescriptionPingEvent
(Object source, AgentXSession<A> pingedSession, AgentXResponsePDU pingResponse) Creates a newPingEvent
from a session and a ping response. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master that return AgentXResponsePDUModifier and TypeMethodDescriptionAgentXCommandProcessor.addAgentCaps
(AgentXAddAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXAddAgentCapsPDU
.AgentXCommandProcessor.closeSession
(AgentXClosePDU pdu, AgentXMasterSession<?> session) Process anAgentXClosePDU
, close the session and remove all registrations.protected AgentXResponsePDU
AgentXCommandProcessor.createResponse
(AgentXPDU request, AgentXSession<?> session) Create a response for an AgentX request.AgentXCommandProcessor.indexAllocate
(AgentXIndexAllocatePDU pdu, AgentXMasterSession<?> session) Allocate an index.AgentXCommandProcessor.indexDeallocate
(AgentXIndexDeallocatePDU pdu, AgentXMasterSession<?> session) Deallocate an index.protected AgentXResponsePDU
AgentXCommandProcessor.notify
(AgentXNotifyPDU pdu, AgentXMasterSession<?> session) Process a notification PDU for anAgentXSession
.<A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.openSession
(AgentXOpenPDU pdu, AgentXCommandEvent<A> event) Opens a new AgentX session.protected AgentXResponsePDU
AgentXCommandProcessor.ping
(AgentXPingPDU pdu, AgentXMasterSession<?> session) Respond to a Ping request.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.register
(AgentXRegisterPDU pdu, AgentXCommandEvent<A> command, AgentXMasterSession<A> session) Process aAgentXRegisterPDU
.AgentXCommandProcessor.removeAgentCaps
(AgentXRemoveAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXRemoveAgentCapsPDU
.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.unregister
(AgentXUnregisterPDU pdu, AgentXCommandEvent<A> event, AgentXMasterSession<A> session) Process aAgentXUnregisterPDU
.Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected void
AgentXCommandProcessor.processAgentXBulkResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an AgentX-GETBULK-Response.protected void
AgentXCommandProcessor.processAgentXGetNextResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GETNEXT response.protected void
AgentXCommandProcessor.processAgentXGetResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GET response.protected void
AgentXCommandProcessor.processAgentXSetResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending SET response.protected static void
AgentXCommandProcessor.processsErrorResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an error response. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent that return AgentXResponsePDUMethods in org.snmp4j.agent.agentx.subagent with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected int
AgentXSharedMOTableSupport.handleIndexAllocationError
(org.snmp4j.agent.mo.MOTableIndex indexDef, org.snmp4j.smi.OctetString context, org.snmp4j.smi.OID allocatedIndex, AgentXResponsePDU resp) Handle an index allocation error.