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.
|
Modifier and Type | Field and Description |
---|---|
private static VariableTextFormat |
SNMP4JSettings.variableTextFormat
By default SNMP4J uses the
SimpleVariableTextFormat to convert
VariableBinding s to/from a textual representation. |
Modifier and Type | Method and Description |
---|---|
static VariableTextFormat |
SNMP4JSettings.getVariableTextFormat()
Gets the variable text format for textual representation of variable
bindings.
|
Modifier and Type | Method and Description |
---|---|
static void |
SNMP4JSettings.setVariableTextFormat(VariableTextFormat newVariableTextFormat)
Sets the variable text format to be used by SNMP4J.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleVariableTextFormat
The
SimpleVariableTextFormat implements a simple textual
representation for SNMP variables based on their type only. |