A B C D E F G H I M N P R S T V

E

encodeLength(int) - Static method in class snmp.SNMPBERCodec
Utility function for encoding a length as a BER byte sequence
equals(Object) - Method in class snmp.SNMPNull
Checks just that both are instances of SNMPNull (no embedded value to check).
equals(Object) - Method in class snmp.SNMPObject
Compares two SNMPObject subclass objects by checking their values for equality.
equals(Object) - Method in class snmp.SNMPObjectIdentifier
Checks the internal arrays for equality.
equals(Object) - Method in class snmp.SNMPOctetString
Checks the embedded arrays for equality.
errorIndex - Variable in class snmp.SNMPRequestException
 
errorStatus - Variable in class snmp.SNMPRequestException
 
extractEncoding(SNMPTLV) - Static method in class snmp.SNMPBERCodec
Extracts an SNMP object given its type, length, value triple as an SNMPTLV object.
extractFromBEREncoding(byte[]) - Method in class snmp.SNMPOctetString
 
extractFromBEREncoding(byte[]) - Method in class snmp.SNMPSequence
 
extractNextTLV(byte[], int) - Static method in class snmp.SNMPBERCodec
Extracts the type, length and value of the SNMP object whose BER encoding begins at the specified position in the given byte array.
extractValueFromBEREncoding(byte[]) - Method in class snmp.SNMPInteger
Used to extract a value from the BER encoding of the value.

A B C D E F G H I M N P R S T V