public final class OspfRouteTlvParser extends Object implements LinkstateTlvParser<OspfRouteType>, LinkstateTlvParser.LinkstateTlvSerializer<OspfRouteType>
LinkstateTlvParser.LinkstateTlvSerializer<T>
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier |
OSPF_ROUTE_NID |
static org.opendaylight.yangtools.yang.common.QName |
OSPF_ROUTE_TYPE_QNAME |
Constructor and Description |
---|
OspfRouteTlvParser() |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.common.QName |
getTlvQName() |
int |
getType() |
OspfRouteType |
parseTlvBody(io.netty.buffer.ByteBuf value) |
static OspfRouteType |
serializeModel(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode prefixDesc) |
void |
serializeTlvBody(OspfRouteType tlv,
io.netty.buffer.ByteBuf body) |
public static final org.opendaylight.yangtools.yang.common.QName OSPF_ROUTE_TYPE_QNAME
public static final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier OSPF_ROUTE_NID
public void serializeTlvBody(OspfRouteType tlv, io.netty.buffer.ByteBuf body)
serializeTlvBody
in interface LinkstateTlvParser.LinkstateTlvSerializer<OspfRouteType>
public int getType()
getType
in interface LinkstateTlvParser.LinkstateTlvSerializer<OspfRouteType>
public OspfRouteType parseTlvBody(io.netty.buffer.ByteBuf value)
parseTlvBody
in interface LinkstateTlvParser<OspfRouteType>
public org.opendaylight.yangtools.yang.common.QName getTlvQName()
getTlvQName
in interface LinkstateTlvParser<OspfRouteType>
public static OspfRouteType serializeModel(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode prefixDesc)
Copyright © 2019 OpenDaylight. All rights reserved.