public final class TlvUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | formatTlv(int type,
         io.netty.buffer.ByteBuf value,
         io.netty.buffer.ByteBuf out) | 
| static void | formatTlvAscii(int type,
              String value,
              io.netty.buffer.ByteBuf out) | 
| 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) | 
| 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) | 
| static void | formatTlvShort16(int type,
                int value,
                io.netty.buffer.ByteBuf out) | 
| static void | formatTlvUtf8(int type,
             String value,
             io.netty.buffer.ByteBuf out) | 
public static void formatTlv(int type,
                             io.netty.buffer.ByteBuf value,
                             io.netty.buffer.ByteBuf out)
public static void formatTlvShort16(int type,
                                    int value,
                                    io.netty.buffer.ByteBuf out)
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)
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)
public static void formatTlvUtf8(int type,
                                 String value,
                                 io.netty.buffer.ByteBuf out)
public static void formatTlvAscii(int type,
                                  String value,
                                  io.netty.buffer.ByteBuf out)
Copyright © 2018 OpenDaylight. All rights reserved.