Uses of Class
org.snmp4j.agent.mo.snmp.CoexistenceInfo
-
Packages that use CoexistenceInfo Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp org.snmp4j.agent.request -
-
Uses of CoexistenceInfo in org.snmp4j.agent
Methods in org.snmp4j.agent that return CoexistenceInfo Modifier and Type Method Description CoexistenceInfoProxyForwardRequest. getCoexistenceInfo()Methods in org.snmp4j.agent with parameters of type CoexistenceInfo Modifier and Type Method Description protected voidCommandProcessor. dispatchCommand(org.snmp4j.CommandResponderEvent command, CoexistenceInfo cinfo)protected org.snmp4j.smi.OctetStringCommandProcessor. getViewName(org.snmp4j.CommandResponderEvent req, CoexistenceInfo cinfo, int viewType)protected voidCommandProcessor. processRequest(org.snmp4j.CommandResponderEvent command, CoexistenceInfo cinfo, RequestHandler<SnmpRequest> handler)Constructors in org.snmp4j.agent with parameters of type CoexistenceInfo Constructor Description ProxyForwardRequest(org.snmp4j.CommandResponderEvent commandEvent, CoexistenceInfo coexistenceInfo) -
Uses of CoexistenceInfo in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp that return CoexistenceInfo Modifier and Type Method Description CoexistenceInfo[]CoexistenceInfoProvider. getCoexistenceInfo(org.snmp4j.smi.OctetString community)Gets the information needed for community based security protocols to coexistence with the SNMPv3 security model.CoexistenceInfo[]SnmpCommunityMIB. getCoexistenceInfo(org.snmp4j.smi.OctetString community)Methods in org.snmp4j.agent.mo.snmp with parameters of type CoexistenceInfo Modifier and Type Method Description 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 CoexistenceInfo Modifier and Type Method Description CoexistenceInfoSnmpRequest. getCoexistenceInfo()Methods in org.snmp4j.agent.request with parameters of type CoexistenceInfo Modifier and Type Method Description REQRequestFactory. createRequest(S initiatingEvent, CoexistenceInfo cinfo)Creates aRequestfrom aCommandResponderEventresponder event.Constructors in org.snmp4j.agent.request with parameters of type CoexistenceInfo Constructor Description SnmpRequest(org.snmp4j.CommandResponderEvent request, CoexistenceInfo cinfo)
-