| Class and Description |
|---|
| uk.co.westhawk.snmp.stack.DefaultTrapContext
As of 4_14, replaced by
ListeningContext and
ListeningContextPool |
| uk.co.westhawk.snmp.pdu.OneInformPdu
As of 4_14, just use
InformPdu |
| uk.co.westhawk.snmp.pdu.OneSetPdu
As of 4_14, just use
SetPdu |
| uk.co.westhawk.snmp.pdu.OneTrapPduv1
As of 4_14, just use
TrapPduv1 |
| uk.co.westhawk.snmp.pdu.OneTrapPduv2
As of 4_14, just use
TrapPduv2 |
| Method and Description |
|---|
| uk.co.westhawk.snmp.stack.AbstractSnmpContext.getHostAddress()
As of 4_14, use
AbstractSnmpContext.getSendToHostAddress() |
| uk.co.westhawk.snmp.stack.Pdu.send(String)
Community name has moved to SnmpContext. Use
SnmpContext.setCommunity(String). |
| uk.co.westhawk.snmp.stack.GetBulkPdu.setMaxRepititions(int) |
| uk.co.westhawk.snmp.stack.AbstractSnmpContext.stop()
As of version 4_12, should use
AbstractSnmpContext.destroy() |