public class TableUtils.TableRequest extends Object implements ResponseListener
| Modifier and Type | Field and Description |
|---|---|
protected Vector<OID> |
lastReceived |
| Constructor and Description |
|---|
TableUtils.TableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkResponse(ResponseEvent event) |
org.snmp4j.util.TableUtils.Row |
getRow(OID index) |
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
boolean |
sendNextChunk() |
protected void |
sendRequest(PDU pdu,
Target target,
List<Integer> sendColumns) |
public boolean sendNextChunk()
protected void sendRequest(PDU pdu, Target target, List<Integer> sendColumns) throws IOException
IOExceptionpublic void onResponse(ResponseEvent event)
ResponseListeneronResponse in interface ResponseListenerevent - a ResponseEvent.protected boolean checkResponse(ResponseEvent event)
public org.snmp4j.util.TableUtils.Row getRow(OID index)
Copyright © 2016 SNMP4J.org. All Rights Reserved.