Uses of Interface
org.snmp4j.util.VariableTextFormat
-
Packages that use VariableTextFormat Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of VariableTextFormat in org.snmp4j
Fields in org.snmp4j declared as VariableTextFormat Modifier and Type Field Description private static VariableTextFormat
SNMP4JSettings. variableTextFormat
By default SNMP4J uses theSimpleVariableTextFormat
to convertVariableBinding
s to/from a textual representation.Methods in org.snmp4j that return VariableTextFormat Modifier and Type Method Description static VariableTextFormat
SNMP4JSettings. getVariableTextFormat()
Gets the variable text format for textual representation of variable bindings.Methods in org.snmp4j with parameters of type VariableTextFormat Modifier and Type Method Description static void
SNMP4JSettings. setVariableTextFormat(VariableTextFormat newVariableTextFormat)
Sets the variable text format to be used by SNMP4J. -
Uses of VariableTextFormat in org.snmp4j.util
Classes in org.snmp4j.util that implement VariableTextFormat Modifier and Type Class Description class
SimpleVariableTextFormat
TheSimpleVariableTextFormat
implements a simple textual representation for SNMP variables based on their type only.
-