Uses of Class
com.snmp4j.smi.ber.BERNode
Packages that use BERNode
-
Uses of BERNode in com.snmp4j.smi.ber
Subclasses of BERNode in com.snmp4j.smi.berModifier and TypeClassDescriptionclassA BER node representing a parse error: a deviation from the expected SNMP message structure.Methods in com.snmp4j.smi.ber that return BERNodeModifier and TypeMethodDescriptionSnmpMessageTree.buildTreeOfBER(byte[] messageBytes) ParsemessageBytesand return the rootBERNodeof the BER tree.Methods in com.snmp4j.smi.ber that return types with arguments of type BERNodeMethods in com.snmp4j.smi.ber with parameters of type BERNodeModifier and TypeMethodDescriptionvoidSnmpMessageTree.formatAsJson(BERNode root) Render the BER node tree as a JSON object tree (pretty-printed, 2-space indent).SnmpMessageTree.formatAsText(BERNode root) Render the BER node tree as an indented text tree using box-drawing characters.