Class PimSsmTreeParser
- java.lang.Object
-
- org.opendaylight.protocol.bgp.mvpn.spi.attributes.tunnel.identifier.AbstractTunnelIdentifier<PimSsmTree>
-
- org.opendaylight.protocol.bgp.mvpn.impl.attributes.tunnel.identifier.PimSsmTreeParser
-
- All Implemented Interfaces:
TunnelIdentifierParser<PimSsmTree>,TunnelIdentifierSerializer<PimSsmTree>
public final class PimSsmTreeParser extends AbstractTunnelIdentifier<PimSsmTree>
-
-
Constructor Summary
Constructors Constructor Description PimSsmTreeParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends TunnelIdentifier>getClazz()intgetType()PimSsmTreeparse(io.netty.buffer.ByteBuf buffer)Parse Tunnel Identifier from buffer.intserialize(PimSsmTree tunnelIdentifier, io.netty.buffer.ByteBuf buffer)Serialize tunnel identifier.
-
-
-
Method Detail
-
serialize
public int serialize(PimSsmTree tunnelIdentifier, io.netty.buffer.ByteBuf buffer)
Description copied from interface:TunnelIdentifierSerializerSerialize tunnel identifier.- Parameters:
tunnelIdentifier- Tunnel Identifier bodybuffer- Encoded Tunnel Identifier in ByteBuf- Returns:
- Tunnel identifier Type
-
getClazz
public Class<? extends TunnelIdentifier> getClazz()
-
parse
public PimSsmTree parse(io.netty.buffer.ByteBuf buffer)
Description copied from interface:TunnelIdentifierParserParse Tunnel Identifier from buffer.- Parameters:
buffer- Encoded Tunnel Identifier in ByteBuf.- Returns:
- Parsed Tunnel Identifier body
-
getType
public int getType()
-
-