Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.mo.snmp | |
org.snmp4j.agent.request |
Modifier and Type | Method | Description |
---|---|---|
CoexistenceInfo |
ProxyForwardRequest.getCoexistenceInfo() |
Modifier and Type | Method | 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 | Description |
---|---|
ProxyForwardRequest(org.snmp4j.CommandResponderEvent commandEvent,
CoexistenceInfo 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) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
CoexistenceInfo |
SnmpRequest.getCoexistenceInfo() |
Modifier and Type | Method | Description |
---|---|---|
REQ |
RequestFactory.createRequest(S initiatingEvent,
CoexistenceInfo cinfo) |
Creates a
Request from a CommandResponderEvent
responder event. |
Constructor | Description |
---|---|
SnmpRequest(org.snmp4j.CommandResponderEvent request,
CoexistenceInfo cinfo) |
Copyright © 2018 SNMP4J.org. All rights reserved.