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 and Description |
---|---|
static OIDTextFormat |
SNMP4JSettings.getOIDTextFormat()
Gets the OID text format for textual representation of OIDs.
|
Modifier and Type | Method and Description |
---|---|
static void |
SNMP4JSettings.setOIDTextFormat(OIDTextFormat newOidTextFormat)
Sets the OID text format to be used by SNMP4J.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleOIDTextFormat
The
SimpleOIDTextFormat implements a simple textual
representation for object IDs as dotted string. |
Copyright © 2015 SNMP4J.org. All Rights Reserved.