Class TlvUtil
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.TlvUtil
-
public final class TlvUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
static int
PADDED_TO
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
formatTlv(int type, io.netty.buffer.ByteBuf body, io.netty.buffer.ByteBuf out)
static int
getPadding(int length, int padding)
-
-
-
Field Detail
-
HEADER_SIZE
public static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
PADDED_TO
public static final int PADDED_TO
- See Also:
- Constant Field Values
-
-