Uses of Class
org.opendaylight.protocol.bgp.rib.impl.spi.BGPSessionPreferences
Package
Description
-
Uses of BGPSessionPreferences in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeMethodDescriptionStrictBGPPeerRegistry.getPeerPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip) Modifier and TypeMethodDescriptionvoid
StrictBGPPeerRegistry.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.Ipv4AddressNoZone
BGPClientSessionNegotiator.getDestinationId
(Open openMsg, BGPSessionPreferences preferences) protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
BGPServerSessionNegotiator.getDestinationId
(Open openMsg, BGPSessionPreferences preferences) protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
BGPClientSessionNegotiator.getSourceId
(Open openMsg, BGPSessionPreferences preferences) protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
BGPServerSessionNegotiator.getSourceId
(Open openMsg, BGPSessionPreferences preferences) void
StrictBGPPeerRegistry.updatePeerPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone address, BGPSessionPreferences preferences) ModifierConstructorDescriptionBGPSessionImpl
(BGPSessionListener listener, io.netty.channel.Channel channel, Open remoteOpen, BGPSessionPreferences localPreferences, BGPPeerRegistry peerRegistry) -
Uses of BGPSessionPreferences in org.opendaylight.protocol.bgp.rib.impl.spi
Modifier and TypeMethodDescriptionBGPPeerRegistry.getPeerPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip) Get preferences for a remote peer.Modifier and TypeMethodDescriptionvoid
BGPPeerRegistry.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.void
PeerRegistryListener.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.void
BGPPeerRegistry.updatePeerPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ip, BGPSessionPreferences preferences) Set new preferences.