Class BgpPeer
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.config.BgpPeer
-
- All Implemented Interfaces:
BGPPeerStateProvider
public class BgpPeer extends Object
-
-
Constructor Summary
Constructors Constructor Description BgpPeer(org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, BGPStateProviderRegistry stateProviderRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OptionalCapabilities>
getBgpFixedCapabilities()
Optional<RevisedErrorHandlingSupport>
getErrorHandling()
int
getGracefulRestartTimer()
BGPPeerState
getPeerState()
Returns Peer Operational State.
-
-
-
Constructor Detail
-
BgpPeer
public BgpPeer(org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, BGPStateProviderRegistry stateProviderRegistry)
-
-
Method Detail
-
getPeerState
public BGPPeerState getPeerState()
Description copied from interface:BGPPeerStateProvider
Returns Peer Operational State.- Returns:
- BGP Peer State
-
getBgpFixedCapabilities
public List<OptionalCapabilities> getBgpFixedCapabilities()
-
getGracefulRestartTimer
public int getGracefulRestartTimer()
-
getErrorHandling
public Optional<RevisedErrorHandlingSupport> getErrorHandling()
-
-