Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.CNextHop
Packages that use CNextHop
Package
Description
-
Uses of CNextHop in org.opendaylight.bgp.concepts
Methods in org.opendaylight.bgp.concepts that return CNextHopModifier and TypeMethodDescriptionstatic CNextHop
NextHopUtil.parseNextHop
(io.netty.buffer.ByteBuf buffer) Parses CNextHop IP address from given ByteBuf.static CNextHop
NextHopUtil.parseNextHopFullIpv6
(io.netty.buffer.ByteBuf buffer) Parses CNextHop IPv6 global+local address from given ByteBuf, which has already been checked for size.static CNextHop
NextHopUtil.parseNextHopIpv4
(io.netty.buffer.ByteBuf buffer) Parses CNextHop IPv4 address from given ByteBuf, which has already been checked for size.static CNextHop
NextHopUtil.parseNextHopIpv6
(io.netty.buffer.ByteBuf buffer) Parses CNextHop IPv6 global address from given ByteBuf, which has already been checked for size.Methods in org.opendaylight.bgp.concepts with parameters of type CNextHopModifier and TypeMethodDescriptionstatic void
NextHopUtil.serializeNextHop
(CNextHop cnextHop, io.netty.buffer.ByteBuf byteAggregator) Writes serialized cnextHop IP address as byte value into ByteBuf. -
Uses of CNextHop in org.opendaylight.protocol.bgp.inet.codec.nexthop
Methods in org.opendaylight.protocol.bgp.inet.codec.nexthop that return CNextHopModifier and TypeMethodDescriptionIpv4NextHopParserSerializer.parseNextHop
(io.netty.buffer.ByteBuf buffer) Ipv6NextHopParserSerializer.parseNextHop
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.inet.codec.nexthop with parameters of type CNextHopModifier and TypeMethodDescriptionvoid
Ipv4NextHopParserSerializer.serializeNextHop
(CNextHop nextHop, io.netty.buffer.ByteBuf byteAggregator) void
Ipv6NextHopParserSerializer.serializeNextHop
(CNextHop nextHop, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CNextHop in org.opendaylight.protocol.bgp.l3vpn.unicast
Methods in org.opendaylight.protocol.bgp.l3vpn.unicast that return CNextHopModifier and TypeMethodDescriptionAbstractVpnNextHopParserSerializer.parseNextHop
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.l3vpn.unicast with parameters of type CNextHopModifier and TypeMethodDescriptionvoid
AbstractVpnNextHopParserSerializer.serializeNextHop
(CNextHop nextHop, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CNextHop in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return CNextHopModifier and TypeMethodDescriptiondefault CNextHop
NextHopParserSerializer.parseNextHop
(io.netty.buffer.ByteBuf buffer) Parse Next hop from buffer.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type CNextHopModifier and TypeMethodDescriptiondefault void
NextHopParserSerializer.serializeNextHop
(CNextHop cnextHop, io.netty.buffer.ByteBuf byteAggregator) Serialize Next Hop.Method parameters in org.opendaylight.protocol.bgp.parser.spi with type arguments of type CNextHopModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerNlriParser
(AddressFamily afi, SubsequentAddressFamily safi, NlriParser parser, NextHopParserSerializer nextHopHandler, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList) -
Uses of CNextHop in org.opendaylight.protocol.bgp.parser.spi.pojo
Method parameters in org.opendaylight.protocol.bgp.parser.spi.pojo with type arguments of type CNextHopModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerNlriParser
(AddressFamily afi, SubsequentAddressFamily safi, NlriParser parser, NextHopParserSerializer nextHopParserSerializer, Class<? extends CNextHop> cnextHopClass, Class<? extends CNextHop>... cnextHopClassList) -
Uses of CNextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return CNextHopModifier and TypeMethodDescriptionAttributesBuilder.getCNextHop()
Return current value associated with the property corresponding toNextHop.getCNextHop()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type CNextHopModifier and TypeMethodDescriptionAttributesBuilder.setCNextHop
(CNextHop value) Set the property corresponding toNextHop.getCNextHop()
to the specified value. -
Uses of CNextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach that return CNextHopModifier and TypeMethodDescriptionMpReachNlriBuilder.getCNextHop()
Return current value associated with the property corresponding toNextHop.getCNextHop()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with parameters of type CNextHopModifier and TypeMethodDescriptionMpReachNlriBuilder.setCNextHop
(CNextHop value) Set the property corresponding toNextHop.getCNextHop()
to the specified value. -
Uses of CNextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 that return CNextHopModifier and TypeMethodDescriptionNextHop.getCNextHop()
Return cNextHop, ornull
if it is not present. -
Uses of CNextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop
Subinterfaces of CNextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hopModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-typesinterface
This class represents the following YANG schema fragment defined in module bgp-types