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 class
SnmpRequest.SnmpSubRequestIterator
TheSnmpRequest.SnmpSubRequestIterator
implements an iterator over the GETBULK repetitions of a subrequest.class
SubRequestIteratorSupport<S extends SubRequest<?>>
This support class allows to implement aSubRequestIterator
instance based on anIterator
that iterates onSubRequest
instances.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.
-