java.lang.Object
org.opendaylight.protocol.bgp.mvpn.spi.attributes.tunnel.identifier.AbstractTunnelIdentifier<MldpMp2mpLsp>
org.opendaylight.protocol.bgp.mvpn.impl.attributes.tunnel.identifier.MldpMp2mpLspParser
All Implemented Interfaces:
TunnelIdentifierParser<MldpMp2mpLsp>, TunnelIdentifierSerializer<MldpMp2mpLsp>

public final class MldpMp2mpLspParser extends AbstractTunnelIdentifier<MldpMp2mpLsp>
  • Constructor Details

    • MldpMp2mpLspParser

      public MldpMp2mpLspParser()
  • Method Details

    • serialize

      public int serialize(MldpMp2mpLsp tunnelIdentifier, io.netty.buffer.ByteBuf buffer)
      Description copied from interface: TunnelIdentifierSerializer
      Serialize tunnel identifier.
      Parameters:
      tunnelIdentifier - Tunnel Identifier body
      buffer - Encoded Tunnel Identifier in ByteBuf
      Returns:
      Tunnel identifier Type
    • getClazz

      public Class<? extends TunnelIdentifier> getClazz()
    • parse

      public MldpMp2mpLsp parse(io.netty.buffer.ByteBuf buffer)
      Description copied from interface: TunnelIdentifierParser
      Parse Tunnel Identifier from buffer.
      Parameters:
      buffer - Encoded Tunnel Identifier in ByteBuf.
      Returns:
      Parsed Tunnel Identifier body
    • getType

      public int getType()