Uses of Interface
org.snmp4j.agent.request.SubRequestIterator
Packages that use SubRequestIterator
-
Uses of SubRequestIterator in org.snmp4j.agent.request
Classes in org.snmp4j.agent.request that implement SubRequestIteratorModifier and TypeClassDescriptionclassTheSnmpRequest.SnmpSubRequestIteratorimplements an iterator over the GETBULK repetitions of a subrequest.classSubRequestIteratorSupport<S extends SubRequest<?>>This support class allows to implement aSubRequestIteratorinstance based on anIteratorthat iterates onSubRequestinstances.Methods in org.snmp4j.agent.request that return SubRequestIteratorModifier and TypeMethodDescriptionSnmpRequest.SnmpSubRequest.repetitions()SubRequest.repetitions()Returns an iterator on the repetitions of this sub-request.