public final class OpaqueUtil extends Object
Modifier and Type | Field and Description |
---|---|
static short |
EXTENDED_TYPE |
static short |
GENERIC_LSP_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
static Opaque |
parseOpaque(io.netty.buffer.ByteBuf buffer) |
static List<OpaqueValue> |
parseOpaqueList(io.netty.buffer.ByteBuf byteBuf) |
static boolean |
serializeOpaque(Opaque opaque,
io.netty.buffer.ByteBuf byteBuf) |
static boolean |
serializeOpaqueList(List<OpaqueValue> mldpP2mpLsp,
io.netty.buffer.ByteBuf buffer) |
public static final short GENERIC_LSP_IDENTIFIER
public static final short EXTENDED_TYPE
public static boolean serializeOpaque(Opaque opaque, io.netty.buffer.ByteBuf byteBuf)
public static Opaque parseOpaque(io.netty.buffer.ByteBuf buffer)
public static List<OpaqueValue> parseOpaqueList(io.netty.buffer.ByteBuf byteBuf)
public static boolean serializeOpaqueList(List<OpaqueValue> mldpP2mpLsp, io.netty.buffer.ByteBuf buffer)
Copyright © 2019 OpenDaylight. All rights reserved.