Class TlvUtil
- java.lang.Object
- 
- org.opendaylight.protocol.pcep.spi.TlvUtil
 
- 
 public final class TlvUtil extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intHEADER_SIZEstatic intPADDED_TO
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidformatTlv(int type, io.netty.buffer.ByteBuf body, io.netty.buffer.ByteBuf out)static intgetPadding(int length, int padding)
 
- 
- 
- 
Field Detail- 
HEADER_SIZEpublic static final int HEADER_SIZE - See Also:
- Constant Field Values
 
 - 
PADDED_TOpublic static final int PADDED_TO - See Also:
- Constant Field Values
 
 
- 
 
-