Uses of Interface
org.snmp4j.util.OIDTextFormat
-
Packages that use OIDTextFormat Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types).org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of OIDTextFormat in org.snmp4j
Fields in org.snmp4j declared as OIDTextFormat Modifier and Type Field Description private static OIDTextFormatSNMP4JSettings. oidTextFormatBy default SNMP4J uses theSimpleOIDTextFormatto convertOIDs to/from a textual representation.Methods in org.snmp4j that return OIDTextFormat Modifier and Type Method Description static OIDTextFormatSNMP4JSettings. getOIDTextFormat()Gets the OID text format for textual representation of OIDs.Methods in org.snmp4j with parameters of type OIDTextFormat Modifier and Type Method Description static voidSNMP4JSettings. setOIDTextFormat(OIDTextFormat newOidTextFormat)Sets the OID text format to be used by SNMP4J. -
Uses of OIDTextFormat in org.snmp4j.smi
Fields in org.snmp4j.smi declared as OIDTextFormat Modifier and Type Field Description private static OIDTextFormatOID. oidTextFormat -
Uses of OIDTextFormat in org.snmp4j.util
Classes in org.snmp4j.util that implement OIDTextFormat Modifier and Type Class Description classDictionaryOIDTextFormatTheDictionaryOIDTextFormatprovides a simple OID formatter based on a dictionary of object name to object identifier mappings.classSimpleOIDTextFormatTheSimpleOIDTextFormatimplements a simple textual representation for object IDs as dotted string.
-