public interface SnmpWalker<V>
Modifier and Type | Method and Description |
---|---|
SnmpResponse<V> |
next()
Gets a response representing the next row in the table.
|
SnmpResponse<V> next()
The return value here is never null
. Instead,
the return value from SnmpResponse.get()
will be null
to
indicate that the walk has visited all available table rows
null
)Copyright © 2012–2015. All rights reserved.