Uses of Class
org.snmp4j.ScopedPDU
Packages that use ScopedPDU
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
-
Uses of ScopedPDU in org.snmp4j
Constructors in org.snmp4j with parameters of type ScopedPDU -
Uses of ScopedPDU in org.snmp4j.fluent
Methods in org.snmp4j.fluent that return ScopedPDUConstructors in org.snmp4j.fluent with parameters of type ScopedPDU -
Uses of ScopedPDU in org.snmp4j.mp
Methods in org.snmp4j.mp with parameters of type ScopedPDUModifier and TypeMethodDescriptionprotected <A extends Address>
booleanMPv3.addAuthoritativeEngineIdToContextEngineIdCache(A transportAddress, Integer32 securityLevel, ScopedPDU scopedPdu, OctetString securityEngineID) Adds the authoritative engine ID to the context engine ID cache if the conditions are met.intMPv3.sendReport(MessageDispatcher messageDispatcher, ScopedPDU pdu, int securityLevel, int securityModel, OctetString securityName, int maxSizeResponseScopedPDU, StateReference<?> stateReference, VariableBinding payload) Sends a report message.MPv3.validatePreparedPDU(OctetString securityName, Integer32 securityLevel, ScopedPDU scopedPdu, MPv3.HeaderData header, OctetString securityEngineID, SecurityModel secModel, StateReference<A> stateReference, SecurityStateReference secStateReference, PduHandle sendPduHandle, MutableStateReference<A> mutableStateReference, StatusInformation statusInformation) Validates the prepared PDU (Protocol Data Unit) for conformance to SNMPv3 message processing.MPv3ScopedPDUExtractor.validatePreparedPDU(OctetString securityName, Integer32 securityLevel, ScopedPDU scopedPdu, MPv3.HeaderData header, OctetString securityEngineID, SecurityModel secModel, StateReference<A> stateReference, SecurityStateReference secStateReference, PduHandle sendPduHandle, MutableStateReference<A> mutableStateReference, StatusInformation statusInformation) Validates the prepared PDU (Protocol Data Unit) for conformance to SNMPv3 message processing.