Uses of Class
org.opendaylight.protocol.bgp.rib.impl.spi.BGPSessionPreferences
-
Packages that use BGPSessionPreferences Package Description org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.impl.spi -
-
Uses of BGPSessionPreferences in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPSessionPreferences Modifier and Type Method Description BGPSessionPreferencesStrictBGPPeerRegistry. getPeerPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip)Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPSessionPreferences Modifier and Type Method Description voidStrictBGPPeerRegistry. addPeer(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone oldIp, BGPSessionListener peer, BGPSessionPreferences preferences)protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneBGPClientSessionNegotiator. getDestinationId(Open openMsg, BGPSessionPreferences preferences)protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneBGPServerSessionNegotiator. getDestinationId(Open openMsg, BGPSessionPreferences preferences)protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneBGPClientSessionNegotiator. getSourceId(Open openMsg, BGPSessionPreferences preferences)protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneBGPServerSessionNegotiator. getSourceId(Open openMsg, BGPSessionPreferences preferences)voidStrictBGPPeerRegistry. updatePeerPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone address, BGPSessionPreferences preferences)Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPSessionPreferences Constructor Description BGPSessionImpl(BGPSessionListener listener, io.netty.channel.Channel channel, Open remoteOpen, BGPSessionPreferences localPreferences, BGPPeerRegistry peerRegistry) -
Uses of BGPSessionPreferences in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return BGPSessionPreferences Modifier and Type Method Description BGPSessionPreferencesBGPPeerRegistry. getPeerPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip)Get preferences for a remote peer.Methods in org.opendaylight.protocol.bgp.rib.impl.spi with parameters of type BGPSessionPreferences Modifier and Type Method Description voidBGPPeerRegistry. addPeer(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, BGPSessionListener peer, BGPSessionPreferences prefs)Add configured peer, its IP address and preferences.voidPeerRegistryListener. onPeerAdded(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, BGPSessionPreferences prefs)Invoked when new peer is added into the registry.voidBGPPeerRegistry. updatePeerPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, BGPSessionPreferences preferences)Set new preferences.
-