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 CoexistenceInfo
ProxyForwardRequest. getCoexistenceInfo()
Methods in org.snmp4j.agent with parameters of type CoexistenceInfo Modifier and Type Method Description protected <A extends org.snmp4j.smi.Address>
voidCommandProcessor. dispatchCommand(org.snmp4j.CommandResponderEvent<A> command, CoexistenceInfo cinfo)
protected org.snmp4j.smi.OctetString
CommandProcessor. 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 CoexistenceInfo Constructor Description ProxyForwardRequest(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 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 int
CoexistenceInfo. compareTo(CoexistenceInfo other)
Compares this object with the specified object for order.boolean
CoexistenceInfoProvider. passesFilter(org.snmp4j.smi.Address address, CoexistenceInfo coexistenceInfo)
Checks whether the supplied address passes the source address filtering provided for community based security models.boolean
SnmpCommunityMIB. 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 CoexistenceInfo
SnmpRequest. getCoexistenceInfo()
Methods in org.snmp4j.agent.request with parameters of type CoexistenceInfo Modifier and Type Method Description REQ
RequestFactory. createRequest(S initiatingEvent, CoexistenceInfo cinfo)
Creates aRequest
from aCommandResponderEvent
responder event.Constructors in org.snmp4j.agent.request with parameters of type CoexistenceInfo Constructor Description SnmpRequest(org.snmp4j.CommandResponderEvent<?> request, CoexistenceInfo cinfo)
-