-
Methods Method Description org.snmp4j.MessageDispatcher.getTransport(A) UseMessageDispatcher.getTransport(Address, TransportType)
instead to make sure that the returned mapping supports the intended SNMP application type usage (i.e. command/notification generator or command receiver).org.snmp4j.MessageDispatcherImpl.getTransport(A) UseMessageDispatcherImpl.getTransport(Address, TransportType)
instead to make sure that the returned mapping supports the intended SNMP application type usage (i.e. command/notification generator or command receiver).org.snmp4j.mp.MPv3.createPDU(Target<?>) org.snmp4j.security.USM.removeUser(OctetString, OctetString) If the engineIDnull
is provided this method does only delete the generic user. All already localized users will not be deleted. To delete those users too, useUSM.removeAllUsers(OctetString, OctetString)
instead.org.snmp4j.transport.TLSTM.getTlsProtocols() UseTLSTM.getProtocolVersions()
instead.org.snmp4j.transport.TLSTM.setTlsProtocols(String[]) UseTLSTM.setProtocolVersions(String[])
instead.
-
Constructors Constructor Description org.snmp4j.security.AuthSHA2(String, OID, int, int) UseAuthSHA2(String, OID, int, int, int)
instead to specify the correct HMAC block sizeorg.snmp4j.smi.BitString() The BIT STRING type has been temporarily defined in RFC 1442 and obsoleted by RFC 2578. Use OctetString (i.e. BITS syntax) instead.