Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.AddressFamilyRegistry
-
-
Uses of AddressFamilyRegistry in org.opendaylight.protocol.bgp.mvpn.impl.attributes.tunnel.identifier
Constructors in org.opendaylight.protocol.bgp.mvpn.impl.attributes.tunnel.identifier with parameters of type AddressFamilyRegistry Constructor Description MldpP2mpLspParser(AddressFamilyRegistry addressFamilyRegistry)
-
Uses of AddressFamilyRegistry in org.opendaylight.protocol.bgp.parser.impl.message
Constructors in org.opendaylight.protocol.bgp.parser.impl.message with parameters of type AddressFamilyRegistry Constructor Description BGPRouteRefreshMessageParser(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
-
Uses of AddressFamilyRegistry in org.opendaylight.protocol.bgp.parser.impl.message.open
Constructors in org.opendaylight.protocol.bgp.parser.impl.message.open with parameters of type AddressFamilyRegistry Constructor Description AddPathCapabilityHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
GracefulCapabilityHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
LlGracefulCapabilityHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
MultiProtocolCapabilityHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
-
Uses of AddressFamilyRegistry in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return AddressFamilyRegistry Modifier and Type Method Description AddressFamilyRegistry
BGPExtensionConsumerContext. getAddressFamilyRegistry()
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type AddressFamilyRegistry Modifier and Type Method Description static Optional<BgpTableType>
MultiprotocolCapabilitiesUtil. parseMPAfiSafi(io.netty.buffer.ByteBuf buffer, AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
static void
MultiprotocolCapabilitiesUtil. serializeMPAfiSafi(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg, Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, io.netty.buffer.ByteBuf capBuffer)
-
Uses of AddressFamilyRegistry in org.opendaylight.protocol.bmp.parser.tlv
Constructors in org.opendaylight.protocol.bmp.parser.tlv with parameters of type AddressFamilyRegistry Constructor Description StatType009TlvHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
StatType010TlvHandler(AddressFamilyRegistry afiReg, SubsequentAddressFamilyRegistry safiReg)
-