Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TreeUtils.getSubtree(Target target,
OID rootOID,
java.lang.Object userObject,
TreeListener listener) |
Gets a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target asynchronously.
|
void |
TreeUtils.walk(Target target,
OID[] rootOIDs,
java.lang.Object userObject,
TreeListener listener) |
Walks a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target asynchronously.
|
Copyright © 2018 SNMP4J.org. All rights reserved.