Class PathKeyUtils
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.spi.subobjects.PathKeyUtils
-
public final class PathKeyUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathKey
parsePathKey(int pceIdFLength, io.netty.buffer.ByteBuf buffer)
static io.netty.buffer.ByteBuf
serializePathKey(PathKeySubobject pk)
-
-
-
Method Detail
-
parsePathKey
public static PathKey parsePathKey(int pceIdFLength, io.netty.buffer.ByteBuf buffer)
-
serializePathKey
public static io.netty.buffer.ByteBuf serializePathKey(PathKeySubobject pk)
-
-