Class TlvUtil
java.lang.Object
org.opendaylight.protocol.bmp.spi.parser.TlvUtil
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidformatTlv(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf out) static voidformatTlvAscii(int type, String value, io.netty.buffer.ByteBuf out) static voidformatTlvCounter32(int type, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value, io.netty.buffer.ByteBuf out) static voidformatTlvGauge64(int type, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 value, io.netty.buffer.ByteBuf out) static voidformatTlvShort16(int type, int value, io.netty.buffer.ByteBuf out) static voidformatTlvUtf8(int type, String value, io.netty.buffer.ByteBuf out)  
- 
Method Details
- 
formatTlv
public static void formatTlv(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf out)  - 
formatTlvShort16
public static void formatTlvShort16(int type, int value, io.netty.buffer.ByteBuf out)  - 
formatTlvCounter32
public static void formatTlvCounter32(int type, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value, io.netty.buffer.ByteBuf out)  - 
formatTlvGauge64
public static void formatTlvGauge64(int type, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 value, io.netty.buffer.ByteBuf out)  - 
formatTlvUtf8
 - 
formatTlvAscii
 
 -