| Modifier and Type | Method and Description | 
|---|---|
BGPSessionState | 
BGPSessionImpl.getBGPSessionState()  | 
BGPSessionState | 
BGPPeer.getBGPSessionState()  | 
BGPSessionState | 
ApplicationPeer.getBGPSessionState()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BGPSessionStateImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
BGPSessionState | 
BGPSessionStateProvider.getBGPSessionState()
BGP Operational Session State. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@Nullable BGPSessionState | 
BGPPeerState.getBGPSessionState()
BGP Session Operational State. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NeighborStateAugmentation | 
NeighborUtil.buildCapabilityState(@NonNull BGPSessionState neighbor)
Builds  Neighbor State containing Capabilities State, session State. 
 | 
static @Nullable State | 
NeighborUtil.buildNeighborState(@Nullable BGPSessionState sessionState,
                  BGPPeerMessagesState bgpPeerMessagesState)
Builds Neighbor State from BGPPeerState counters. 
 | 
static @NonNull List<Class<? extends BgpCapability>> | 
NeighborUtil.buildSupportedCapabilities(@NonNull BGPSessionState neighbor)
Builds List of BgpCapability supported capabilities. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.