Class CapabilityUtil
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.spi.CapabilityUtil
-
public final class CapabilityUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
formatCapability(int code, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer)
Adds header to capability value.
-
-
-
Method Detail
-
formatCapability
public static void formatCapability(int code, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer)
Adds header to capability value.- Parameters:
code
- type of the capabilityvalue
- capability valuebuffer
- ByteBuf where the capability will be copied with its header
-
-