class TableUtils.DenseTableRequest extends TableUtils.TableRequest
DenseTableRequest extends TableRequest to implement a
faster table retrieval than the original. Caution:
This version does not correctly retrieve sparse tables!columnOIDs, finished, lastReceived, listener, lowerBoundIndex, target, upperBoundIndex, userObject| Modifier | Constructor and Description |
|---|---|
protected |
DenseTableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
java.lang.Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
checkResponse, getRow, sendNextChunk, sendRequestprotected DenseTableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
public void onResponse(ResponseEvent event)
ResponseListeneronResponse in interface ResponseListeneronResponse in class TableUtils.TableRequestevent - a ResponseEvent.