public final class CapabilityUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | formatCapability(int code,
                io.netty.buffer.ByteBuf value,
                io.netty.buffer.ByteBuf buffer)Adds header to capability value. | 
public static void formatCapability(int code,
                                    io.netty.buffer.ByteBuf value,
                                    io.netty.buffer.ByteBuf buffer)
code - type of the capabilityvalue - capability valuebuffer - ByteBuf where the capability will be copied with its headerCopyright © 2018 OpenDaylight. All rights reserved.