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 classIpv4NextHopParserSerializerclassIpv6NextHopParserSerializer -
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 classAbstractVpnNextHopParserSerializer -
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 classVpnIpv4NextHopParserSerializer -
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 classVpnIpv6NextHopParserSerializer -
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.RegistrationBGPExtensionProviderContext. 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.RegistrationSimpleBGPExtensionProviderContext. registerNlriParser(Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, NlriParser parser, NextHopParserSerializer nextHopParserSerializer, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList)
-