Uses of Class
org.snmp4j.agent.agentx.AgentXClosePDU
Packages that use AgentXClosePDU
-
Uses of AgentXClosePDU in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXClosePDUModifier and TypeMethodDescriptionAgentXCommandProcessor.closeSession(AgentXClosePDU pdu, AgentXMasterSession<?> session) Process anAgentXClosePDU, close the session and remove all registrations.Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXClosePDUModifierConstructorDescriptionAgentXPendingClose(AgentXMasterSession<A> session, AgentXClosePDU pendingClosePDU) Creates aAgentXPendingClosefrom session and close PDU.