SNMP Stack 5_1

Deprecated API

Deprecated Classes
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 
 

Deprecated Methods
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)
          Use GetBulkPdu.setMaxRepetitions(int no). 
uk.co.westhawk.snmp.stack.AbstractSnmpContext.stop()
          As of version 4_12, should use AbstractSnmpContext.destroy() 
 


SNMP Stack 5_1