Uses of Interface
org.snmp4j.util.TreeListener
-
Packages that use TreeListener Package Description org.snmp4j.uri org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TreeListener in org.snmp4j.uri
Classes in org.snmp4j.uri that implement TreeListener Modifier and Type Class Description private classSnmpURI.AsyncTreeListener -
Uses of TreeListener in org.snmp4j.util
Classes in org.snmp4j.util that implement TreeListener Modifier and Type Class Description (package private) classTreeUtils.InternalTreeListenerFields in org.snmp4j.util declared as TreeListener Modifier and Type Field Description private TreeListenerTreeUtils.TreeRequest. listenerMethods in org.snmp4j.util with parameters of type TreeListener Modifier and Type Method Description voidTreeUtils. 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.voidTreeUtils. 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.Constructors in org.snmp4j.util with parameters of type TreeListener Constructor Description TreeRequest(TreeListener listener, OID[] rootOIDs, Target<?> target, java.lang.Object userObject, PDU request)
-