- acceptPacket(DatagramPacket) - Method in class org.opennms.protocols.snmp.SnmpPortal.Executor
-
- addVarBind(SnmpVarBind) - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Adds a new variable to the protocol data unit.
- addVarBind(SnmpVarBind) - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Adds a new variable to the protocol data unit.
- addVarBindAt(int, SnmpVarBind) - Method in class org.opennms.protocols.snmp.SnmpPduPacket
-
Adds a variable at a specific index.
- addVarBindAt(int, SnmpVarBind) - Method in class org.opennms.protocols.snmp.SnmpPduTrap
-
Adds a variable at a specific index.
- AgentHandler(SnmpAgentSession) - Constructor for class org.opennms.protocols.snmp.SnmpAgentSession.AgentHandler
-
Creates an internal agent handler to be
the intermediary for the interface between
the SnmpPortal and the Session.
- append(int[]) - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Appends the specified identifiers to the
current object.
- append(String) - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Converts the passed string to an object identifier
and appends them to the current object.
- append(SnmpObjectId) - Method in class org.opennms.protocols.snmp.SnmpObjectId
-
Appends the passed SnmpObjectId object to
self.
- APPLICATION - Static variable in class org.opennms.protocols.snmp.asn1.ASN1
-
Relevant to a particular application.
- array() - Method in class org.opennms.protocols.snmp.SnmpSession.ByteArrayInfo
-
returns the encapsulated array
- ASN1 - Class in org.opennms.protocols.snmp.asn1
-
Public ASN.1 definitions.
- ASN1() - Constructor for class org.opennms.protocols.snmp.asn1.ASN1
-
- AsnDecodingException - Exception in org.opennms.protocols.snmp.asn1
-
The AsnDecodingException is generated whenever an error
occurs in ASN.1 decoding of data types.
- AsnDecodingException() - Constructor for exception org.opennms.protocols.snmp.asn1.AsnDecodingException
-
The default exception constructor
- AsnDecodingException(String) - Constructor for exception org.opennms.protocols.snmp.asn1.AsnDecodingException
-
The exception constructor
- AsnEncoder - Interface in org.opennms.protocols.snmp.asn1
-
The AsnEncoder interface defines the contract that objects
for encoding/decoding ASN.1 SNMP values must fulfill.
- AsnEncodingException - Exception in org.opennms.protocols.snmp.asn1
-
The AsnEncodingException is generated whenever an error
occurs in ASN.1 encoding of data types.
- AsnEncodingException() - Constructor for exception org.opennms.protocols.snmp.asn1.AsnEncodingException
-
The default exception constructor
- AsnEncodingException(String) - Constructor for exception org.opennms.protocols.snmp.asn1.AsnEncodingException
-
The exception constructor
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpCounter32
-
Defines the ASN.1 type for this object.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpCounter64
-
The ASN.1 value for an unsigned integer value.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpEndOfMibView
-
The ASN.1 value that defines this
variable.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpGauge32
-
Defines the ASN.1 type for this object.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpInt32
-
The ASN.1 type as defined by the SNMP SMI
specification.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpIPAddress
-
Defines the ASN.1 type for this object.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpNoSuchInstance
-
The ASN.1 value that defines this
variable.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpNoSuchObject
-
The ASN.1 value that defines this
variable.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpNull
-
Defines the ASN.1 value for the SnmpNull class.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpObjectId
-
Defines the SNMP SMI type for this particular
object.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpOctetString
-
The ASN.1 value for the OCTET STRING type.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpOpaque
-
The ASN.1 type for this class.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpTimeTicks
-
Defines the ASN.1 type for this object.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpUInt32
-
The ASN.1 value for an unsigned integer value.
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpV2PartyClock
-
Deprecated.
The ASN.1 type for this object
- ASNTYPE - Static variable in class org.opennms.protocols.snmp.SnmpVarBind
-
The ASN.1 identifier used to mark SNMP variables
- assumeString(byte[]) - Method in class org.opennms.protocols.snmp.SnmpOctetString
-
This can be used by a derived class to force
the data contained by the octet string.