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 | Method | Description |
---|---|---|
static VariableTextFormat |
SNMP4JSettings.getVariableTextFormat() |
Gets the variable text format for textual representation of variable
bindings.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
SNMP4JSettings.setVariableTextFormat(VariableTextFormat newVariableTextFormat) |
Sets the variable text format to be used by SNMP4J.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleVariableTextFormat |
The
SimpleVariableTextFormat implements a simple textual
representation for SNMP variables based on their type only. |
Copyright © 2018 SNMP4J.org. All rights reserved.