Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.mo.snmp | |
org.snmp4j.agent.request |
Modifier and Type | Method and Description |
---|---|
CoexistenceInfo |
ProxyForwardRequest.getCoexistenceInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
CommandProcessor.dispatchCommand(org.snmp4j.CommandResponderEvent command,
CoexistenceInfo cinfo) |
protected org.snmp4j.smi.OctetString |
CommandProcessor.getViewName(org.snmp4j.CommandResponderEvent req,
CoexistenceInfo cinfo,
int viewType) |
protected void |
CommandProcessor.processRequest(org.snmp4j.CommandResponderEvent command,
CoexistenceInfo cinfo,
RequestHandler<SnmpRequest> handler) |
Constructor and Description |
---|
ProxyForwardRequest(org.snmp4j.CommandResponderEvent commandEvent,
CoexistenceInfo coexistenceInfo) |
Modifier and Type | Method and Description |
---|---|
CoexistenceInfo[] |
SnmpCommunityMIB.getCoexistenceInfo(org.snmp4j.smi.OctetString community) |
CoexistenceInfo[] |
CoexistenceInfoProvider.getCoexistenceInfo(org.snmp4j.smi.OctetString community)
Gets the information needed for community based security protocols to
coexistence with the SNMPv3 security model.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CoexistenceInfo |
SnmpRequest.getCoexistenceInfo() |
Modifier and Type | Method and Description |
---|---|
REQ |
RequestFactory.createRequest(S initiatingEvent,
CoexistenceInfo cinfo)
Creates a
Request from a CommandResponderEvent
responder event. |
Constructor and Description |
---|
SnmpRequest(org.snmp4j.CommandResponderEvent request,
CoexistenceInfo cinfo) |
Copyright © 2016 SNMP4J.org. All rights reserved.