Uses of Class
org.snmp4j.agent.mo.snmp.CoexistenceInfo
Packages that use CoexistenceInfo
-
Uses of CoexistenceInfo in org.snmp4j.agent
Methods in org.snmp4j.agent that return CoexistenceInfoMethods in org.snmp4j.agent with parameters of type CoexistenceInfoModifier and TypeMethodDescriptionprotected <A extends org.snmp4j.smi.Address>
voidCommandProcessor.dispatchCommand(org.snmp4j.CommandResponderEvent<A> command, CoexistenceInfo cinfo) protected org.snmp4j.smi.OctetStringCommandProcessor.getViewName(org.snmp4j.CommandResponderEvent<?> req, CoexistenceInfo cinfo, int viewType) protected <A extends org.snmp4j.smi.Address>
voidCommandProcessor.processRequest(org.snmp4j.CommandResponderEvent<A> command, CoexistenceInfo cinfo, RequestHandler<SnmpRequest> handler) Constructors in org.snmp4j.agent with parameters of type CoexistenceInfoModifierConstructorDescriptionProxyForwardRequest(org.snmp4j.CommandResponderEvent<A> commandEvent, CoexistenceInfo coexistenceInfo) -
Uses of CoexistenceInfo in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp that return CoexistenceInfoModifier and TypeMethodDescriptionCoexistenceInfoProvider.getCoexistenceInfo(org.snmp4j.smi.OctetString community) Gets the information needed for community based security protocols to coexistence with the SNMPv3 security model.SnmpCommunityMIB.getCoexistenceInfo(org.snmp4j.smi.OctetString community) Methods in org.snmp4j.agent.mo.snmp with parameters of type CoexistenceInfoModifier and TypeMethodDescriptionintCoexistenceInfo.compareTo(CoexistenceInfo other) Compares this object with the specified object for order.booleanCoexistenceInfoProvider.passesFilter(org.snmp4j.smi.Address address, CoexistenceInfo coexistenceInfo) Checks whether the supplied address passes the source address filtering provided for community based security models.booleanSnmpCommunityMIB.passesFilter(org.snmp4j.smi.Address address, CoexistenceInfo coexistenceInfo) Checks whether the supplied address passes the source address filter configured for the supplied transport tag. -
Uses of CoexistenceInfo in org.snmp4j.agent.request
Methods in org.snmp4j.agent.request that return CoexistenceInfoMethods in org.snmp4j.agent.request with parameters of type CoexistenceInfoModifier and TypeMethodDescriptionRequestFactory.createRequest(S initiatingEvent, CoexistenceInfo cinfo) Creates aRequestfrom aCommandResponderEventresponder event.Constructors in org.snmp4j.agent.request with parameters of type CoexistenceInfoModifierConstructorDescriptionSnmpRequest(org.snmp4j.CommandResponderEvent<?> request, CoexistenceInfo cinfo)