Uses of Class
org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecNlriParser
-
-
Uses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec
Classes in org.opendaylight.protocol.bgp.flowspec with type parameters of type AbstractFlowspecNlriParser Modifier and Type Class Description class
AbstractFlowspecRIBSupport<T extends AbstractFlowspecNlriParser,C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject,S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>,R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<?>>
Subclasses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec Modifier and Type Class Description class
SimpleFlowspecIpv4NlriParser
class
SimpleFlowspecIpv6NlriParser
Fields in org.opendaylight.protocol.bgp.flowspec declared as AbstractFlowspecNlriParser Modifier and Type Field Description protected T
AbstractFlowspecRIBSupport. nlriParser
-
Uses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn
Subclasses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn Modifier and Type Class Description class
AbstractFlowspecL3vpnNlriParser
-
Uses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4
Subclasses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4 Modifier and Type Class Description class
FlowspecL3vpnIpv4NlriParser
L3 VPN IPv4 flowspec parser. -
Uses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6
Subclasses of AbstractFlowspecNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6 Modifier and Type Class Description class
FlowspecL3vpnIpv6NlriParser
L3 VPN IPv6 flowspec parser.
-