@Converter public final class SnmpConverters extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENTRY_TAG |
static String |
OID_TAG |
static String |
SNMP_TAG |
static String |
VALUE_TAG |
Modifier and Type | Method and Description |
---|---|
static OIDList |
toOIDList(String s,
org.apache.camel.Exchange exchange) |
static String |
toString(org.snmp4j.PDU pdu)
Converts the given snmp pdu to a String body.
|
public static final String SNMP_TAG
public static final String ENTRY_TAG
public static final String OID_TAG
public static final String VALUE_TAG
Apache Camel