Class OpaqueUtil
java.lang.Object
org.opendaylight.protocol.bgp.mvpn.impl.attributes.OpaqueUtil
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
static final short
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
GENERIC_LSP_IDENTIFIER
public static final short GENERIC_LSP_IDENTIFIER- See Also:
-
EXTENDED_TYPE
public static final short EXTENDED_TYPE- See Also:
-
-
Method Details
-
serializeOpaque
-
parseOpaque
-
parseOpaqueList
-
serializeOpaqueList
public static boolean serializeOpaqueList(List<OpaqueValue> mldpP2mpLsp, io.netty.buffer.ByteBuf buffer)
-