public static interface ClientChannelEngine.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(SnmpResponse response,
byte[] responseBytes,
InetSocketAddress remoteAddress)
Called back when a new SNMP response arrives.
|
void onResponse(SnmpResponse response, byte[] responseBytes, InetSocketAddress remoteAddress)
response - SNMP response messageresponseBytes - response message bytesremoteAddress - remote socket address for the responseCopyright © 2014. All Rights Reserved.