Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvSerializer
-
Packages that use BgpPrefixSidTlvSerializer Package Description org.opendaylight.protocol.bgp.inet.codec org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of BgpPrefixSidTlvSerializer in org.opendaylight.protocol.bgp.inet.codec
Classes in org.opendaylight.protocol.bgp.inet.codec that implement BgpPrefixSidTlvSerializer Modifier and Type Class Description class
Ipv6BgpPrefixSidParser
-
Uses of BgpPrefixSidTlvSerializer in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type BgpPrefixSidTlvSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext. registerBgpPrefixSidTlvSerializer(Class<? extends BgpPrefixSidTlv> tlvClass, BgpPrefixSidTlvSerializer serializer)
-
Uses of BgpPrefixSidTlvSerializer in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with parameters of type BgpPrefixSidTlvSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext. registerBgpPrefixSidTlvSerializer(Class<? extends BgpPrefixSidTlv> tlvClass, BgpPrefixSidTlvSerializer serializer)
-