Class OpaqueUtil
java.lang.Object
org.opendaylight.protocol.bgp.mvpn.impl.attributes.OpaqueUtil
-
Field Summary
FieldsModifier 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
-
Method Details
-
serializeOpaque
-
parseOpaque
-
parseOpaqueList
-
serializeOpaqueList
public static boolean serializeOpaqueList(List<OpaqueValue> mldpP2mpLsp, io.netty.buffer.ByteBuf buffer)
-