public class NettySnmpDecoder extends Object implements NettyCodec
| Modifier and Type | Field and Description |
|---|---|
static org.apache.logging.log4j.Logger |
LOG |
| Constructor and Description |
|---|
NettySnmpDecoder() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
decode(io.netty.buffer.ByteBuf in)
Decode a received payload and return the decoded info as one or several strings
|
String |
toJson(org.snmp4j.PDU pdu) |
public List<String> decode(io.netty.buffer.ByteBuf in)
NettyCodecdecode in interface NettyCodecin - the input payload ByteBufpublic String toJson(org.snmp4j.PDU pdu)
Copyright © 2023. All rights reserved.