Uses of Class
org.snmp4j.smi.Integer32
Packages that use Integer32
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of Integer32 in org.snmp4j
Fields in org.snmp4j declared as Integer32Modifier and TypeFieldDescriptionprotected Integer32
PDU.errorIndex
protected Integer32
PDU.errorStatus
protected Integer32
PDU.requestID
Methods in org.snmp4j that return Integer32Modifier and TypeMethodDescriptionPDU.getRequestID()
Gets the request ID associated with this PDU.Methods in org.snmp4j with parameters of type Integer32Modifier and TypeMethodDescriptionvoid
PDU.setRequestID
(Integer32 requestID) Sets the request ID for this PDU. -
Uses of Integer32 in org.snmp4j.mp
Methods in org.snmp4j.mp that return Integer32Methods in org.snmp4j.mp with parameters of type Integer32Modifier and TypeMethodDescriptionint
MessageProcessingModel.prepareDataElements
(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) Prepare data elements from an incoming SNMP message as described in RFC3412 ยง7.2.int
MPv1.prepareDataElements
(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) int
MPv2c.prepareDataElements
(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) int
MPv3.prepareDataElements
(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) void
StatusInformation.setSecurityLevel
(Integer32 securityLevel) Constructors in org.snmp4j.mp with parameters of type Integer32ModifierConstructorDescriptionStatusInformation
(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel) -
Uses of Integer32 in org.snmp4j.security
Methods in org.snmp4j.security with parameters of type Integer32Modifier and TypeMethodDescriptionprotected static byte[]
SNMPv3SecurityModel.buildWholeMessage
(Integer32 snmpVersion, byte[] scopedPdu, byte[] globalData, SecurityParameters securityParameters) SecurityModels.getSecurityModel
(Integer32 id) Returns a security model from the central repository of security models.int
SecurityModel.processIncomingMsg
(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) Processes an incoming message and returns its plaintext payload.int
TSM.processIncomingMsg
(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) int
USM.processIncomingMsg
(int snmpVersion, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) SecurityModels.removeSecurityModel
(Integer32 id) Removes a security model from the central repository of security models.Constructors in org.snmp4j.security with parameters of type Integer32ModifierConstructorDescriptionUsmSecurityParameters
(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol)