Class AbstractTunnelIdentifier<T extends TunnelIdentifier>
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 Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.protocol.bgp.mvpn.spi.attributes.tunnel.identifier.TunnelIdentifierParser
getType, parse
Methods inherited from interface org.opendaylight.protocol.bgp.mvpn.spi.attributes.tunnel.identifier.TunnelIdentifierSerializer
getClazz, serialize
-
Constructor Details
-
AbstractTunnelIdentifier
public AbstractTunnelIdentifier()
-