java.lang.Object
org.opendaylight.protocol.bgp.mvpn.spi.attributes.tunnel.identifier.AbstractTunnelIdentifier<T>
All Implemented Interfaces:
TunnelIdentifierParser<T>, TunnelIdentifierSerializer<T>
Direct Known Subclasses:
BidirPimTreeParser, IngressReplicationParser, MldpMp2mpLspParser, MldpP2mpLspParser, PimSmTreeParser, PimSsmTreeParser, RsvpTeP2MpLspParser

public abstract class AbstractTunnelIdentifier<T extends TunnelIdentifier> extends Object implements TunnelIdentifierSerializer<T>, TunnelIdentifierParser<T>
Common Abstract Tunnel Identifier.
Author:
Claudio D. Gasparini
  • Constructor Details

    • AbstractTunnelIdentifier

      public AbstractTunnelIdentifier()