public abstract class AbstractLocalNodeDescriptorTlvCodec<T extends NodeIdentifier> extends Object implements LinkstateTlvParser<LocalNodeDescriptors>, LinkstateTlvParser.LinkstateTlvSerializer<T>
LinkstateTlvParser.LinkstateTlvSerializer<T>| Constructor and Description |
|---|
AbstractLocalNodeDescriptorTlvCodec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
protected static NodeIdentifier |
parseNodeDescriptor(io.netty.buffer.ByteBuf value,
Map<org.opendaylight.yangtools.yang.common.QName,Object> parsedSubTlvs) |
LocalNodeDescriptors |
parseTlvBody(io.netty.buffer.ByteBuf value) |
protected static void |
serializeNodeDescriptor(NodeIdentifier tlv,
io.netty.buffer.ByteBuf body) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTlvQNameserializeTlvBodypublic final LocalNodeDescriptors parseTlvBody(io.netty.buffer.ByteBuf value)
parseTlvBody in interface LinkstateTlvParser<LocalNodeDescriptors>public final int getType()
getType in interface LinkstateTlvParser.LinkstateTlvSerializer<T extends NodeIdentifier>protected static NodeIdentifier parseNodeDescriptor(io.netty.buffer.ByteBuf value, Map<org.opendaylight.yangtools.yang.common.QName,Object> parsedSubTlvs)
protected static void serializeNodeDescriptor(NodeIdentifier tlv, io.netty.buffer.ByteBuf body)
Copyright © 2019 OpenDaylight. All rights reserved.