Uses of Interface
org.snmp4j.agent.request.SubRequestIterator
-
Packages that use SubRequestIterator Package Description org.snmp4j.agent.request -
-
Uses of SubRequestIterator in org.snmp4j.agent.request
Classes in org.snmp4j.agent.request that implement SubRequestIterator Modifier and Type Class Description classSnmpRequest.SnmpSubRequestIteratorTheSnmpRequest.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 SubRequestIterator Modifier and Type Method Description SubRequestIterator<SnmpRequest.SnmpSubRequest>SnmpRequest.SnmpSubRequest. repetitions()SubRequestIterator<N>SubRequest. repetitions()Returns an iterator on the repetitions of this sub-request.
-