public final class AttributeUtil extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | OPTIONAL | 
| static int | PARTIAL | 
| static int | TRANSITIVE | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | formatAttribute(int flags,
               int type,
               io.netty.buffer.ByteBuf value,
               io.netty.buffer.ByteBuf buffer)Adds header to attribute value. | 
public static final int OPTIONAL
public static final int TRANSITIVE
public static final int PARTIAL
public static void formatAttribute(int flags,
                                   int type,
                                   io.netty.buffer.ByteBuf value,
                                   io.netty.buffer.ByteBuf buffer)
flags - type - of the attributevalue - attribute valuebuffer - ByteBuf where the attribute will be copied with its headerCopyright © 2018 OpenDaylight. All rights reserved.