Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.NextHopParserSerializer
-
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.inet.codec.nexthop
Classes in org.opendaylight.protocol.bgp.inet.codec.nexthop that implement NextHopParserSerializer Modifier and Type Class Description class
Ipv4NextHopParserSerializer
class
Ipv6NextHopParserSerializer
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.l3vpn.unicast
Classes in org.opendaylight.protocol.bgp.l3vpn.unicast that implement NextHopParserSerializer Modifier and Type Class Description class
AbstractVpnNextHopParserSerializer
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4
Classes in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4 that implement NextHopParserSerializer Modifier and Type Class Description class
VpnIpv4NextHopParserSerializer
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6
Classes in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6 that implement NextHopParserSerializer Modifier and Type Class Description class
VpnIpv6NextHopParserSerializer
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type NextHopParserSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerNlriParser(Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, NlriParser parser, NextHopParserSerializer nextHopHandler, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList)
-
Uses of NextHopParserSerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type NextHopParserSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerNlriParser(Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, NlriParser parser, NextHopParserSerializer nextHopParserSerializer, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList)
-